fix: remove horizontal scrolling
This commit is contained in:
parent
293df5e5e3
commit
11cc156661
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue