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: #fff;
|
||||||
--text-color-alt-2: #eee;
|
--text-color-alt-2: #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: "Open Sans", sans-serif;
|
font-family: "Open Sans", sans-serif;
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
Loading…
Reference in New Issue
Block a user