mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-24 14:07:03 +01:00
Make nav float
This commit is contained in:
parent
e820587e15
commit
1f15627f45
@ -73,6 +73,10 @@ footer {
|
||||
background-color: var(--chatbox);
|
||||
}
|
||||
|
||||
.navbar-fixed {
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
nav {
|
||||
background-color: #263238;
|
||||
background-color: var(--header);
|
||||
@ -182,7 +186,7 @@ nav .brand-logo {
|
||||
padding-left: 1%;
|
||||
padding-top: 1%;
|
||||
padding-bottom: 40px;
|
||||
margin-bottom: 90px;
|
||||
margin-bottom: 20px;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user