fix: remove horizontal scrolling

This commit is contained in:
Dennis Paulus 2024-02-02 13:52:02 +01:00
parent 293df5e5e3
commit 11cc156661

View file

@ -9,6 +9,7 @@ body
background-color: var(--background-color)
color: var(--text-color)
font-family: var(--font-sans)
overflow-x: hidden
.container
max-width: 50rem