maybe css fixed now?

This commit is contained in:
2026-01-29 06:06:29 -08:00
parent 1ebd6ad4e3
commit 8fc7f6beb5
3 changed files with 16 additions and 17 deletions
+12
View File
@@ -0,0 +1,12 @@
.container {
max-width: 100%;
padding: 0 1rem;
box-sizing: border-box;
overflow-x: hidden;
text-align: center;
}
h1, h2, h3 {
word-wrap: break-word;
overflow-wrap: break-word;
}