fix: overflow issue on mobile

This commit is contained in:
Alexander Daichendt 2022-07-31 15:21:00 +02:00
parent 092f8589a3
commit ba67b4113c
2 changed files with 3 additions and 1 deletions

View file

@ -46,6 +46,7 @@
} }
.text { .text {
text-decoration: underline; text-decoration: underline;
line-break: anywhere; word-wrap: break-word;
} }
</style> </style>

View file

@ -146,6 +146,7 @@
max-width: 70rem; max-width: 70rem;
margin: 0 auto; margin: 0 auto;
padding: 0 1rem; padding: 0 1rem;
overflow-x: hidden;
} }
.header { .header {