mirror of
https://github.com/TotalFreedomMC/Website.git
synced 2024-12-22 16:25:12 +00:00
Made the navbar smaller
This commit is contained in:
parent
a91720dc41
commit
c519f23cd9
2 changed files with 11 additions and 9 deletions
11
css/main.css
11
css/main.css
|
@ -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; }
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue