Update life.html

This commit is contained in:
Kyle
2019-08-16 17:47:52 -07:00
parent 85705659ae
commit 193f190ca7

View File

@@ -94,6 +94,9 @@
} }
.settings { .settings {
margin: 10pt; margin: 10pt;
overflow-y: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
} }
* { * {
font-family: belerenbsc; font-family: belerenbsc;
@@ -108,7 +111,7 @@
} }
html, body { html, body {
height: 100%; height: 100%;
overflow-x: hidden; overflow: hidden;
} }
body { body {
background-color: #333; background-color: #333;