made pronouns font size a bit smaller

This commit is contained in:
ImBadAtThisStuff 2026-05-29 01:59:01 +01:00
parent 1dfb018017
commit 8792ea12d5
1 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ body {
} }
.intro { .intro {
margin-top: 25vh; margin-top: 20vh;
color: var(--text); color: var(--text);
text-align: center; text-align: center;
padding: 5vh padding: 5vh
@ -102,7 +102,7 @@ body {
} }
.pronouns { .pronouns {
font-size: 1.75rem; font-size: 1.6rem;
color: var(--overlay-1); color: var(--overlay-1);
display: inline-block; display: inline-block;