helloworld

This commit is contained in:
GZod01 2024-07-30 17:06:03 +02:00
parent 0594f17c9e
commit 3c9beda960
7 changed files with 2154 additions and 1774 deletions

View file

@ -1,3 +1,34 @@
ul.sponsors-per-event-list{
list-style-type: none;
li.event{
div.supporters{
div.supporters-list{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
justify-content: center;
a{
img{
width:100%;
height:100%;
}
}
&.level-big{
flex-direction:column;
a{
width:100%;
}
}
&.level-middle{
a{
width:33%;
}
}
}
}
}
}