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 {