he
This commit is contained in:
parent
3c9beda960
commit
b3aff268ac
3 changed files with 29 additions and 12 deletions
|
@ -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:"- ";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue