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");
}
if(element.type=="Biglietti"){
span.setAttribute("class","blu");
span.setAttribute("class","blue");
}
if(element.type=="Personale"){
span.setAttribute("class","blu");
span.setAttribute("class","blue");
}
//P creation
span.innerHTML=element.type;

View File

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