mobile responsive : home and start event

This commit is contained in:
isUnknown 2024-09-10 15:23:24 +02:00
parent e58e630f9b
commit dd04bac95e
14 changed files with 128 additions and 8 deletions

View file

@ -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;
}
}