From 5ac8e08dd62c387e6280be524f176280043dc120 Mon Sep 17 00:00:00 2001 From: Iris System Date: Tue, 8 Jun 2021 00:49:50 +1200 Subject: [PATCH] minor style fixes --- _layouts/page.html | 24 +++++++++++++----------- _sass/nav.scss | 2 +- styles.scss | 5 +---- 3 files changed, 15 insertions(+), 16 deletions(-) diff --git a/_layouts/page.html b/_layouts/page.html index c8d0eb6..3ee0187 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -2,15 +2,17 @@ layout: base --- - +
+ -
-

{{ page.title }}

- {{ content }} -
+
+

{{ page.title }}

+ {{ content }} +
+
diff --git a/_sass/nav.scss b/_sass/nav.scss index 6900ce1..4c0e291 100644 --- a/_sass/nav.scss +++ b/_sass/nav.scss @@ -5,6 +5,6 @@ justify-content: center; align-items: center; - margin: 1rem; + margin: 0 0 1rem 0; } diff --git a/styles.scss b/styles.scss index b7ed04c..eb85a83 100644 --- a/styles.scss +++ b/styles.scss @@ -13,10 +13,8 @@ body { min-height: 100vh; height: auto; - - width: 100%; - min-width: 100vw; max-width: 100vw; + width: auto; margin: 0; padding: 0; @@ -29,7 +27,6 @@ body height: 100%; min-height: 100vh; width: 100%; - min-width: 100vw; max-width: 100vw; padding: 1rem;