Made the navbar smaller

This commit is contained in:
aggelosQQ 2017-07-05 01:06:50 +03:00
parent a91720dc41
commit c519f23cd9
2 changed files with 11 additions and 9 deletions

View file

@ -42,7 +42,7 @@ body {
.brand-logo {
margin-top: 5px;
margin-bottom: 5px;
font-weight: 300; }
font-weight: 200; }
.button-collapse {
margin-top: 5px;
@ -272,10 +272,11 @@ h3.discord-widget-title {
color: #c8c8c8;
font-weight: 700; }
.nav-wrapper {
margin: -8px;
background: #222; }
.nav-wrapper li > a {
nav .nav-wrapper {
margin-top: -12px;
height: 63px;
background: #111111; }
nav .nav-wrapper li > a {
font-weight: 300;
font-size: .9em; }

View file

@ -41,7 +41,7 @@ body {
.brand-logo {
margin-top: 5px;
margin-bottom: 5px;
font-weight: 300;
font-weight: 200;
}
.button-collapse {
margin-top: 5px;
@ -247,9 +247,10 @@ h3.discord-widget-title {
}
}
.nav-wrapper {
margin: -8px;
background: #222;
nav .nav-wrapper {
margin-top: -12px;
height: 63px;
background: rgba(#111, 1);
li>a {
font-weight: 300;
font-size: .9em;