beautify venue pages

This commit is contained in:
elise
2024-08-06 21:53:48 +02:00
parent 8abdacc593
commit f41f7e8317
5 changed files with 18 additions and 13 deletions

View File

@ -10,4 +10,11 @@
.floorHeading {
color: var(--color-deepBrick);
font-weight: 600;
}
@media (max-width: 800px) {
.neufMap {
max-width: 600px;
grid-template-columns: 1fr;
}
}