diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-06-10 16:34:46 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-06-10 16:34:46 +0200 |
commit | 5ad0e494e49949c63b6bcff122b9bea66289aa1e (patch) | |
tree | 6c7264653bbe9016d16b6e12dd97352ab16c1cc0 /public/static | |
parent | 62ed936de5b54f72e4a94b553ecddaee34be1268 (diff) |
Decrease nav font size on small screens
Diffstat (limited to 'public/static')
-rw-r--r-- | public/static/css/app.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/public/static/css/app.css b/public/static/css/app.css index 9cabc12..82aa3fd 100644 --- a/public/static/css/app.css +++ b/public/static/css/app.css @@ -665,7 +665,6 @@ nav i, nav i.material-icons { nav .brand-logo { position: absolute; display: inline-block; - font-size: 2.1rem; padding-left: 0.5rem; } @@ -705,6 +704,9 @@ nav ul a { height: 56px; line-height: 56px; } + nav .brand-logo { + font-size: 1.5rem; + } nav .nav-wrapper i { height: 56px; line-height: 56px; @@ -722,6 +724,9 @@ nav ul a { height: 64px; line-height: 64px; } + nav .brand-logo { + font-size: 2.1rem; + } nav .nav-wrapper i { height: 64px; line-height: 64px; |