fix horizontal layout issues

Fixes issues with the main content position, content widths, alignment,
and spacing.
This commit is contained in:
outfoxxed 2024-10-11 21:06:31 -07:00
parent b65b93b5eb
commit 7f3b6795a6
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
4 changed files with 10 additions and 23 deletions

View file

@ -119,9 +119,3 @@
z-index: 1;
}
}
@media (min-width: 1280px) {
.nav-wrapper {
left: 10svw;
}
}