mobile responsive : home and start event
This commit is contained in:
parent
e58e630f9b
commit
dd04bac95e
14 changed files with 128 additions and 8 deletions
|
|
@ -19,3 +19,19 @@ section.key-infos .key-infos__key {
|
|||
section.key-infos .key-infos__key:not(:last-child) {
|
||||
margin-right: 3rem;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 800px) {
|
||||
section.key-infos ul {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
row-gap: 0.3rem;
|
||||
}
|
||||
|
||||
section.key-infos li:nth-child(even) {
|
||||
justify-self: flex-end;
|
||||
}
|
||||
|
||||
section.key-infos .key-infos__key:not(:last-child) {
|
||||
margin-right: 0.2rem;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue