maybe css fixed now?
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user