mess around with footer + misc adjustments on event header and venue item

This commit is contained in:
elise
2024-08-07 23:55:46 +02:00
parent 7c8f7b7377
commit 0dd6898c38
8 changed files with 56 additions and 29 deletions

View File

@ -33,4 +33,10 @@
.label {
font-weight: 600;
width: 7rem;
}
@media (max-width: 800px) {
.content {
grid-template-columns: repeat(2, 1fr);
}
}

View File

@ -37,4 +37,8 @@
.eventHeader {
grid-template-columns: 1fr;
}
.categories {
margin: var(--spacing-s) 0 0;
}
}