1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 03:58:28 -04:00
jarv.is/components/Layout.module.scss

13 lines
187 B
SCSS

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