add venue map and style tables and make a placeholder image gallery
This commit is contained in:
13
web/src/components/venues/neufMap.module.scss
Normal file
13
web/src/components/venues/neufMap.module.scss
Normal file
@ -0,0 +1,13 @@
|
||||
.neufMap {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: var(--spacing-sitepadding);
|
||||
width: 100%;
|
||||
max-width: 1000px;
|
||||
margin: var(--spacing-xl) auto;
|
||||
}
|
||||
|
||||
.floorHeading {
|
||||
color: var(--color-deepBrick);
|
||||
font-weight: 600;
|
||||
}
|
Reference in New Issue
Block a user