From 1730e54d3423a8d0ab3a2bd9791575b59ab399cc Mon Sep 17 00:00:00 2001 From: horus Date: Fri, 12 Mar 2021 23:33:11 +0100 Subject: Add faces as submodule --- views/snippets/layout.html | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'views/snippets/layout.html') 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; } -- cgit v1.2.3