added overflow-x hidden to avoid any issues with

horizontal scroll
This commit is contained in:
Karma Riuk 2023-09-11 14:59:01 +02:00
parent e4b90621b3
commit c5e5a21ac7

View File

@ -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 {