aboutsummaryrefslogtreecommitdiff
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
parent222caf30a4e8d482094cf3f59b1eae4229a393ba (diff)
downloadwww-cc4b301b93968ca3dda1b07322bbfc3d425d5d73.tar.gz
www-cc4b301b93968ca3dda1b07322bbfc3d425d5d73.zip
fix navbar padding
-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 {
25} 25}
26.nav-justified > li > a { 26.nav-justified > li > a {
27 border-radius: 20px; 27 border-radius: 20px;
28 padding-top: 10px; 28 padding-top: 5px;
29 padding-bottom: 10px; 29 padding-bottom: 5px;
30 margin-bottom: 0; 30 margin-bottom: 5px;
31 margin-left: 10px; 31 margin-left: 10px;
32 margin-top: 5px; 32 margin-top: 5px;
33 font-weight: normal; 33 font-weight: normal;
@@ -46,11 +46,6 @@ body {
46 font-weight: bold; 46 font-weight: bold;
47} 47}
48 48
49@media (min-width: 768px) {
50 .nav-justified {
51 max-height: 52px;
52 }
53}
54 49
55/* Responsive: Portrait tablets and up */ 50/* Responsive: Portrait tablets and up */
56@media screen and (min-width: 768px) { 51@media screen and (min-width: 768px) {