Potentially fix horizontal scrolling issue on mobile
This commit is contained in:
parent
5041ae9878
commit
50568e23e5
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue