mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-12-06 06:12:02 +00:00
La sconfitta del socialismului
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user