mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-10-28 15:25:46 -04:00
next-mdx-remote v4 (#737)
This commit is contained in:
18
components/Layout/Layout.module.css
Normal file
18
components/Layout/Layout.module.css
Normal file
@@ -0,0 +1,18 @@
|
||||
.main {
|
||||
width: 100%;
|
||||
padding: 1.5em;
|
||||
color: var(--text);
|
||||
background-color: var(--background-inner);
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width: 865px;
|
||||
margin: 0 auto;
|
||||
display: block;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
.main {
|
||||
padding: 1.25em;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user