fix 1px horizontal overflow causing scrollbar

This commit is contained in:
Yannik Schmidt
2020-09-17 16:31:02 +02:00
parent 49a22a23ca
commit 25d874b6c8

View File

@@ -4,6 +4,7 @@ html {
} }
body { body {
font-size: 20px; font-size: 20px;
overflow-x: hidden;
} }
@media (max-width: 767px) { @media (max-width: 767px) {