This commit is contained in:
GZod01 2024-07-30 19:40:39 +02:00
parent 3c9beda960
commit b3aff268ac
3 changed files with 29 additions and 12 deletions

View file

@ -7,7 +7,8 @@ ul.sponsors-per-event-list{
flex-direction: row;
flex-wrap: wrap;
align-items: center;
justify-content: center;
justify-content: space-evenly;
align-content: center;
a{
img{
@ -18,12 +19,20 @@ ul.sponsors-per-event-list{
&.level-big{
flex-direction:column;
a{
width:100%;
min-height:100px;
max-width:100%;
}
}
&.level-middle{
a{
width:33%;
max-width:33%;
max-height:500px;
}
}
&.level-little{
flex-direction:column;
a::before{
content:"- ";
}
}
}