Make it a little better for mobile.

This commit is contained in:
2026-09-13 10:42:58 +02:00
parent 2c63f1bc3a
commit 387361b0a3
+2 -2
View File
@@ -10,7 +10,7 @@ body {
display: flex;
flex-direction: column;
justify-content: flex-start;
padding: 6rem;
padding: clamp(1.5rem, 8vw, 6rem);;
box-sizing: border-box;
position: relative;
}
@@ -34,7 +34,7 @@ header {
#hero {
position: absolute;
bottom: calc(100% + 1rem);
font-size: 4rem;
font-size: clamp(1.5rem, 8vw, 4rem);
display: flex;
align-items: baseline;
}