La sconfitta del socialismului

This commit is contained in:
Leocraft1
2025-11-25 18:40:52 +01:00
parent 5d3c3e80fc
commit 03e6f23194
2 changed files with 5 additions and 6 deletions

View File

@@ -44,10 +44,10 @@ fetch(newsURL)
span.setAttribute("class","red"); span.setAttribute("class","red");
} }
if(element.type=="Biglietti"){ if(element.type=="Biglietti"){
span.setAttribute("class","blu"); span.setAttribute("class","blue");
} }
if(element.type=="Personale"){ if(element.type=="Personale"){
span.setAttribute("class","blu"); span.setAttribute("class","blue");
} }
//P creation //P creation
span.innerHTML=element.type; span.innerHTML=element.type;

View File

@@ -319,6 +319,7 @@ table.image-table img {
#news-container{ #news-container{
display:flex; display:flex;
overflow-x: scroll; overflow-x: scroll;
overflow-y: hidden;
} }
.news-card{ .news-card{
@@ -327,13 +328,11 @@ table.image-table img {
border-radius: 8px; border-radius: 8px;
background-color: #282828; background-color: #282828;
min-width: 250px; min-width: 250px;
max-height: 113px; max-height: 118px;
align-items: center;
overflow: hidden; overflow: hidden;
display: flex;
align-items:center;
} }
.news-card a{ .news-card a{
flex:1;
height: 100%; height: 100%;
align-items: center; align-items: center;
text-decoration: none; text-decoration: none;