hensei-web/components/AboutPage/index.scss
Justin Edmund 2718942321 Move static page modals to a standalone page
This will make it easier to whisk people here in notices
2023-01-25 14:33:53 -08:00

11 lines
145 B
SCSS

.About.PageContent {
.Links {
display: grid;
gap: $unit;
margin: $unit-2x 0;
}
div.LinkItem {
margin-top: $unit-2x;
}
}