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

View file

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