added overflow-x hidden to avoid any issues with
horizontal scroll
This commit is contained in:
parent
e4b90621b3
commit
c5e5a21ac7
@ -16,9 +16,11 @@
|
||||
--text-color-alt: #fff;
|
||||
--text-color-alt-2: #eee;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: "Open Sans", sans-serif;
|
||||
color: var(--text-color);
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
a {
|
||||
|
Loading…
Reference in New Issue
Block a user