diff options
author | Andrew Godwin | 2022-11-16 17:23:46 -0700 |
---|---|---|
committer | Andrew Godwin | 2022-11-16 17:23:46 -0700 |
commit | 44af0d4c59eed1c3715e9044e75c159cfddf54cc (patch) | |
tree | d2c87f953de12a526a158f2c03def5eb08b2d203 /static | |
parent | 495e955378d62dc439c4c210785e5d401bc77f64 (diff) | |
download | takahe-44af0d4c59eed1c3715e9044e75c159cfddf54cc.tar.gz takahe-44af0d4c59eed1c3715e9044e75c159cfddf54cc.tar.bz2 takahe-44af0d4c59eed1c3715e9044e75c159cfddf54cc.zip |
Add start of a settings (config) system
Diffstat (limited to 'static')
-rw-r--r-- | static/css/style.css | 18 |
1 files changed, 18 insertions, 0 deletions
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; + } +} |