Fixed Mobile Navbar issue
This commit is contained in:
parent
d498e75f77
commit
c7ac58dca1
@ -32,7 +32,7 @@ navContent = [
|
||||
["P", "Projects", "projects/"],
|
||||
["P", "Posts", "posts/"],
|
||||
["SEP"],
|
||||
["L", "Personal Git", "https://git.weingardt.dev/explore/repos"],
|
||||
["L", "Git", "https://git.weingardt.dev/explore/repos"],
|
||||
["SEP"],
|
||||
["P", "Website Info", "info/"]
|
||||
];
|
||||
|
@ -51,7 +51,7 @@ nav{
|
||||
|
||||
float:left;
|
||||
clear:left;
|
||||
text-align:right;
|
||||
text-align:center;
|
||||
|
||||
margin-right: 20px;
|
||||
margin-top: 10px;
|
||||
@ -158,6 +158,10 @@ footer{
|
||||
content: "/";
|
||||
}
|
||||
|
||||
.navSep {
|
||||
scale: 0%;
|
||||
}
|
||||
|
||||
.selected-nav{
|
||||
text-decoration-color: var(--main-fg-color);
|
||||
text-decoration-line: underline;
|
||||
@ -170,6 +174,12 @@ footer{
|
||||
margin-right: auto;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.nav{
|
||||
white-space: nowrap;
|
||||
font-size: 12px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 576px){
|
||||
|
Loading…
Reference in New Issue
Block a user