Update life.html

This commit is contained in:
Kyle
2019-08-18 16:29:51 -07:00
parent c6d9fd82bb
commit b419a89307

View File

@@ -96,12 +96,14 @@
font-family: belerenbsc;
src: url("data/fonts/beleren-bsc.ttf");
}
.settings {
overflow-y: auto;
touch-action: pan-y;
-webkit-overflow-scrolling: touch;
height: 100%
}
.innerSettings {
margin: 10pt;
overflow-y: auto;
touch-action: pan-y;
-webkit-overflow-scrolling: touch;
height: calc(100% - 20pt)
}
* {
font-family: belerenbsc;