correct font family, trim unneeded css

This commit is contained in:
Ruben 2024-08-11 13:49:43 -05:00
commit 7cbfbbc594
No known key found for this signature in database
GPG key ID: AE181294E97E4802

View file

@ -317,7 +317,7 @@ top navbar styling. attempts to look like a desktop panel/window manager bar
grid-gap: 1em;
grid-template-columns: max-content auto max-content;
font-family: "Lexend";
font-family: "Lexend Deca";
align-content: center;
vertical-align: middle;
color: var(--text);
@ -929,11 +929,6 @@ modify widths and spacing depending on the size of the display
.navbar {
min-height: 2.3em;
max-height: 2.3em;
font-family: "Lexend";
align-content: center;
vertical-align: middle;
color: var(--text);
.nav-baselink {
display: none !important;