Potentially fix horizontal scrolling issue on mobile

rust
Elnu 3 years ago
parent 5041ae9878
commit 50568e23e5

@ -67,7 +67,11 @@
--gb-lm-light-gray: #7c6f64;
}
html, body {
overflow-x: hidden;
}
body {
position: relative;
font-family: 'Nunito', 'K Gothic', sans-serif;
margin: 0;
width: 100%;

Loading…
Cancel
Save