Anpassen auf mobilen geräten funktioniert absage zusage konnte ich nicht testen

This commit is contained in:
2025-08-18 08:01:37 +02:00
parent db2a3151b9
commit 6276a888af

View File

@ -20,8 +20,10 @@ main {
} }
h1 { h1 {
font-size: 3rem; /* Relative Schriftgr<67><72>e */ font-size: clamp(1.8rem, 5vw, 3rem); /* Relative Schriftgr<67><72>e */
margin: 0; margin: 0;
text-align:center;
word-wrap: break-word;
} }
h2 { h2 {