mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-09-15 05:05:32 -04:00
12
components/Layout.module.scss
Normal file
12
components/Layout.module.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
.main {
|
||||
width: 100%;
|
||||
padding: 1.5em;
|
||||
color: var(--text);
|
||||
background-color: var(--background-inner);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 800px) {
|
||||
.main {
|
||||
padding: 1.25em;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user