From 811080fa06fda9c229121f5a63f788cca2bfd2c2 Mon Sep 17 00:00:00 2001 From: relikd Date: Sun, 20 Sep 2020 14:45:05 +0200 Subject: [PATCH] Quickfix for header. Should add burger menu at some point --- out/static/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/out/static/style.css b/out/static/style.css index 64d9dca..2614c39 100644 --- a/out/static/style.css +++ b/out/static/style.css @@ -212,6 +212,8 @@ p.trckr { font-size: .9em; margin-left: .5em; } /* responsive */ @media(max-width: 647px) { + header img { padding-right: 0; } + header h1 { font-size: 1em; } header h1 span { display: none; } /* header subtitle */ main { padding-left: .5em; padding-right: .5em; } footer .col3 div { width: 100%; padding: 0; } /* 3 columns */