mirror of
https://github.com/TotalFreedomMC/Website.git
synced 2024-12-22 08:15:14 +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 {
|
||||
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; }
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue