2024-07-30 13:30:49 +02:00
|
|
|
ul.sponsors-per-event-list{
|
|
|
|
list-style-type: none;
|
2024-07-30 17:06:03 +02:00
|
|
|
li.event{
|
|
|
|
div.supporters{
|
|
|
|
div.supporters-list{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
align-items: center;
|
2024-07-30 19:40:39 +02:00
|
|
|
justify-content: space-evenly;
|
|
|
|
align-content: center;
|
2024-07-30 17:06:03 +02:00
|
|
|
|
|
|
|
a{
|
|
|
|
img{
|
|
|
|
width:100%;
|
|
|
|
height:100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&.level-big{
|
|
|
|
flex-direction:column;
|
|
|
|
a{
|
2024-07-30 19:40:39 +02:00
|
|
|
min-height:100px;
|
|
|
|
max-width:100%;
|
2024-07-30 17:06:03 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
&.level-middle{
|
|
|
|
a{
|
2024-07-30 19:40:39 +02:00
|
|
|
max-width:33%;
|
|
|
|
max-height:500px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&.level-little{
|
|
|
|
flex-direction:column;
|
|
|
|
a::before{
|
|
|
|
content:"- ";
|
2024-07-30 17:06:03 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-07-30 13:30:49 +02:00
|
|
|
}
|
2024-07-30 17:06:03 +02:00
|
|
|
|