made website a little more mobile responsive

This commit is contained in:
ImBadAtThisStuff 2026-05-29 01:23:37 +01:00
parent 36619663aa
commit 474e9ba53b
1 changed files with 15 additions and 0 deletions

View File

@ -111,4 +111,19 @@ body {
.intro-text { .intro-text {
padding: 1vh; padding: 1vh;
}
@media (max-width: 600px) {
.intro {
margin-top: 10vh;
color: var(--text);
text-align: center;
padding: 5vh
}
.intro-text {
margin-top: 1vh;
padding: 1vh;
} }