good practice bullshit or something

This commit is contained in:
ImBadAtThisStuff 2026-05-29 00:11:19 +01:00
parent 08734fd9be
commit e0f1523ab0
1 changed files with 4 additions and 0 deletions

View File

@ -68,12 +68,16 @@ html, body {
background-color: var(--base); background-color: var(--base);
color: var(--text); color: var(--text);
font-family: 'Comic Code', sans-serif; font-family: 'Comic Code', sans-serif;
overflow-x: hidden;
max-width: 100vw;
} }
.intro-header { .intro-header {
color: var(--text); color: var(--text);
font-size: 2.5rem; font-size: 2.5rem;
font-weight: 700; font-weight: 700;
text-align: center;
} }
.HiIm { .HiIm {