summaryrefslogtreecommitdiff
path: root/justified-nav.css
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-02-14 22:38:55 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-02-14 22:38:55 +0100
commitcc4b301b93968ca3dda1b07322bbfc3d425d5d73 (patch)
tree172af1e07810e17842524cef2198dd95495db50f /justified-nav.css
parent222caf30a4e8d482094cf3f59b1eae4229a393ba (diff)
downloadwww-cc4b301b93968ca3dda1b07322bbfc3d425d5d73.tar.gz
www-cc4b301b93968ca3dda1b07322bbfc3d425d5d73.tar.bz2
www-cc4b301b93968ca3dda1b07322bbfc3d425d5d73.zip
fix navbar padding
Diffstat (limited to 'justified-nav.css')
-rw-r--r--justified-nav.css11
1 files changed, 3 insertions, 8 deletions
diff --git a/justified-nav.css b/justified-nav.css
index 59dc11d3..bf4c175c 100644
--- a/justified-nav.css
+++ b/justified-nav.css
@@ -25,9 +25,9 @@ body {
}
.nav-justified > li > a {
border-radius: 20px;
- padding-top: 10px;
- padding-bottom: 10px;
- margin-bottom: 0;
+ padding-top: 5px;
+ padding-bottom: 5px;
+ margin-bottom: 5px;
margin-left: 10px;
margin-top: 5px;
font-weight: normal;
@@ -46,11 +46,6 @@ body {
font-weight: bold;
}
-@media (min-width: 768px) {
- .nav-justified {
- max-height: 52px;
- }
-}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {