Horizontal scroll bugfix

This commit is contained in:
Filip Znachor 2023-11-02 15:37:11 +01:00
parent 6d584fb2c4
commit 40924c9bf4

View file

@ -15,10 +15,13 @@
}
body {
html {
color: rgb(var(--text-color));
background-color: rgb(var(--bg-color));
font-family: Cantarell, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
html, body {
overflow-x: hidden;
line-height: 1.15;
margin: 0;