Skip to content

Commit

Permalink
straight up stealing this file from santa.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
BiosPlus committed Dec 19, 2023
1 parent cd28149 commit 25e0a59
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions _sass/custom/custom.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// Support wider pages
@media (min-width: 50rem) {
.main {
max-width: none;
}
.side-bar {
max-width: 380px;
}
}
@media (min-width: 1298px) {
.main {
margin-left: 380px;
}
}

0 comments on commit 25e0a59

Please sign in to comment.