Changed navbar, reduced redundant code

This commit is contained in:
Wruczek
2016-07-01 22:38:14 +02:00
parent 358770c7e4
commit 69e341e256
2 changed files with 39 additions and 362 deletions

View File

@@ -86,7 +86,12 @@ body {
}
.navbar {
font-size: initial;
font-size: 14px
}
.nav > li > a {
padding-left: 10px;
padding-right: 10px;
}
.navbar-brand {
@@ -97,6 +102,6 @@ body {
.navbar-brand > img {
height: 100%;
padding: 10px 5px 10px 15px;
padding: 5px 5px 5px 15px;
width: auto;
}