website/assets/scss/layouts/partners_per_compet.scss

35 lines
435 B
SCSS
Raw Normal View History

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;
justify-content: center;
a{
img{
width:100%;
height:100%;
}
}
&.level-big{
flex-direction:column;
a{
width:100%;
}
}
&.level-middle{
a{
width:33%;
}
}
}
}
}
2024-07-30 13:30:49 +02:00
}
2024-07-30 17:06:03 +02:00