Prevent horizontal overflow.

This commit is contained in:
codevictory
2021-07-06 22:38:53 +03:00
parent 1ecb649cb9
commit ea79dd8bbe

View File

@@ -1,3 +1,7 @@
html {
overflow-x: hidden;
}
body { body {
font-family: 'Crimson Text', sans-serif; font-family: 'Crimson Text', sans-serif;
color: #2f273e; color: #2f273e;