Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/josephhutch/aether.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hutchinson <hutch7995@gmail.com>2018-05-02 23:34:35 +0300
committerJoseph Hutchinson <hutch7995@gmail.com>2018-05-02 23:34:35 +0300
commit9ef3b2bb35f7cfdb3914dad1ec3cc9ae4aabd83c (patch)
tree7b3790afe09d1279f9b27c614856f39d5df3a2a6
parent3cab2650a7b77ad53ca0272db5892db0b7d9bca6 (diff)
make nav smaller on mobile
-rw-r--r--static/css/style.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css
index f4e9219..24bda8e 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -23,7 +23,7 @@ strong {
.nav-bar {
max-width: 48rem;
width: 100%;
- padding: 0.8em 0;
+ padding: 0.4em 0;
display: flex;
justify-content: space-between;
align-items: center;
@@ -367,6 +367,9 @@ footer {
body {
font-size: 1.125rem;
}
+ .nav-bar {
+ padding: 0.8em 0;
+ }
.list-header-title {
font-weight: normal;
font-size: 4.2em;