mobile responsive : home and start event
This commit is contained in:
parent
e58e630f9b
commit
dd04bac95e
14 changed files with 128 additions and 8 deletions
|
|
@ -31,6 +31,7 @@
|
|||
.event-card__infos > div {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: flex-end;
|
||||
}
|
||||
.event-card__infos > div:first-child {
|
||||
margin-bottom: calc(var(--space-m) / 2);
|
||||
|
|
@ -41,3 +42,22 @@
|
|||
inset: 0;
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 800px) {
|
||||
.events-grid {
|
||||
--padding-vertical: 10vw;
|
||||
}
|
||||
.events-grid h4 {
|
||||
margin-bottom: 1.2rem;
|
||||
}
|
||||
.event-card {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
.event-card picture {
|
||||
height: 70vw;
|
||||
}
|
||||
|
||||
.event-card svg {
|
||||
width: 2rem;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue