fix: mobile horizontal scrolling
All checks were successful
Deploy to SFTP Server / build (push) Successful in 13m10s

This commit is contained in:
2025-10-27 15:49:25 +01:00
parent e314d6edcb
commit 6b8b032832

View File

@@ -2,6 +2,10 @@ p {
font-size: 16px;
}
body {
overflow-x: hidden;
}
h1,
h2,
h3 {