From 44af0d4c59eed1c3715e9044e75c159cfddf54cc Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Wed, 16 Nov 2022 17:23:46 -0700 Subject: Add start of a settings (config) system --- static/css/style.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'static') diff --git a/static/css/style.css b/static/css/style.css index c791023..01f9076 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -163,6 +163,8 @@ header menu a.identity { } header menu a i { + display: inline-block; + vertical-align: middle; margin-right: 10px; } @@ -604,3 +606,19 @@ h1.identity small { } } + + + +@media (max-width: 800px) { + header menu a { + font-size: 0; + padding: 10px 20px 4px 20px; + } + + header menu a i { + display: inline-block; + vertical-align: middle; + margin: 0; + font-size: 20px; + } +} -- cgit v1.2.3