diff options
author | rubenwardy <rw@rubenwardy.com> | 2018-05-17 23:01:15 +0100 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2018-05-17 23:01:50 +0100 |
commit | 7396ed9105c676e941c67c8a716f839337da23b8 (patch) | |
tree | b50576ac073d81fdf212177f1080d57a87ce5664 | |
parent | 3004dbeb4e2977e13de3e82574a1a4c56cad6246 (diff) | |
download | cheatdb-7396ed9105c676e941c67c8a716f839337da23b8.tar.xz |
Fix navbar image height
-rw-r--r-- | app/scss/nav.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/scss/nav.scss b/app/scss/nav.scss index 9cfaeae..d0d9e2b 100644 --- a/app/scss/nav.scss +++ b/app/scss/nav.scss @@ -39,6 +39,10 @@ nav a:hover { text-decoration: none; } +nav img { + height: 1em; +} + li.dropdown { position: relative; display: inline-block; |