Added mobile friendly-ness

This commit is contained in:
Zak Timson
2017-09-05 19:40:00 -04:00
parent 0f91728ac2
commit 7a67523433
2 changed files with 9 additions and 4 deletions

View File

@ -17,6 +17,10 @@
font-style: normal;
}
body {
overflow-y: scroll;
}
hr {
border-top: 1px solid #377DBD !important;
}