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

@ -102,8 +102,8 @@
display: block;
position: sticky;
top: 5rem;
right: 8svw;
width: 18rem;
width: 19rem;
flex-shrink: 0;
max-height: 90svh;
overflow-y: scroll;
z-index: 10;