me being a perfectionist

This commit is contained in:
ImBadAtThisStuff 2026-05-29 01:57:20 +01:00
parent ee5bc6fa04
commit 1dfb018017
1 changed files with 4 additions and 2 deletions

View File

@ -109,10 +109,8 @@ body {
} }
.intro-text { .intro-text {
padding: 1vh; padding: 1vh;
} }
@media (max-width: 600px) { @media (max-width: 600px) {
@ -137,5 +135,9 @@ body {
.desktop-break { .desktop-break {
display: block; display: block;
} }
.intro-text {
margin-top: 1vh;
}
} }