From 25e0a5982fe450dbe832f54d59aa3c8b5823d261 Mon Sep 17 00:00:00 2001 From: Michael Ovcaric <9003059+BiosPlus@users.noreply.github.com> Date: Tue, 19 Dec 2023 16:40:04 +1100 Subject: [PATCH] straight up stealing this file from santa.dev --- _sass/custom/custom.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 _sass/custom/custom.scss diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss new file mode 100644 index 0000000..8bd3d72 --- /dev/null +++ b/_sass/custom/custom.scss @@ -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; + } +}