1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 08:58:30 -04:00
jarv.is/components/Layout.module.scss
2021-12-30 08:18:41 -05:00

13 lines
187 B
SCSS

.main {
width: 100%;
padding: 1.5em;
color: var(--text);
background-color: var(--background-inner);
}
@media screen and (max-width: 800px) {
.main {
padding: 1.25em;
}
}