diff options
Diffstat (limited to 'views/snippets/layout.html')
| -rw-r--r-- | views/snippets/layout.html | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/views/snippets/layout.html b/views/snippets/layout.html index 0776b3c..0bf0b19 100644 --- a/views/snippets/layout.html +++ b/views/snippets/layout.html @@ -24,8 +24,15 @@ color: #e1e1e1; } .main { - margin-top: 1rem; + margin-top: 4rem; font-size: 1.5rem; + margin-bottom: 4rem; + } + @media (max-width: 992px) { + .main { + margin-top: 3rem; + margin-bottom: 4rem; + } } @media (min-width: 992px) { .main { @@ -33,6 +40,10 @@ font-size: 2rem; } } + .main a { + color: #47ccfb; + text-decoration: underline; + } h1 { margin-bottom: 2rem; } @@ -78,14 +89,10 @@ h1::before { content: "# "; } - h1 { + h1,h2 { color: #f07206; font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; } - .main a { - color: #47ccfb; - text-decoration: underline; - } .bg-dark { background-color: #171717 !important; } |
