From 06694681b6a00c57a235df64e81c238838ee771f Mon Sep 17 00:00:00 2001 From: Korbs Date: Tue, 10 Dec 2024 22:45:55 -0500 Subject: [PATCH] Adjust mobile support --- src/styles/index.scss | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index b37608c..8526ae3 100755 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -44,6 +44,23 @@ table { } } +code { + background: #2b2b2b; + padding: 4px 8px; + border-radius: 4rem; + display: inline; + margin: 0px -4px; +} +pre { + code { + background: inherit; + padding: inherit; + border-radius:inherit; + display: inherit; + margin: inherit; + } +} + blockquote { margin: 0px; background: #323232; @@ -226,7 +243,7 @@ header { } @media screen and (max-width: 775px) { - .content { + article { flex-direction: column !important; } } @@ -237,8 +254,9 @@ header { padding-bottom: 24px; } - .page .content { + .page article { padding-top: 114px !important; + margin-top: 48px; } .footer {