Skip to content

Commit

Permalink
another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ajzeigert committed Dec 25, 2023
1 parent a2bdbd9 commit e394323
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ a[href]:not(:where(

.navbar-links a {
text-decoration: none !important;
padding: 0.3rem;
/* padding: 0.3rem; */
}

.navbar-links li {
/* margin: .3rem; */
margin: .3rem;
}

.navbar-home {
Expand Down Expand Up @@ -116,7 +116,7 @@ nav.navbar::after {
background-color: var(--color-link-hover);
height: 30px;
width: 100vw;
margin-top: -10px;
margin-top: -15px;
/* margin-left: -100vw; */
/* margin-right: -100vw; */
}
Expand Down

0 comments on commit e394323

Please sign in to comment.