helloworld
This commit is contained in:
parent
0594f17c9e
commit
3c9beda960
7 changed files with 2154 additions and 1774 deletions
|
@ -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%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue