Tweaking mobile styles

This commit is contained in:
Shan Carter
2017-10-24 10:57:05 -07:00
parent a43db020b1
commit 33714c9ca4
9 changed files with 88 additions and 56 deletions
+5 -1
View File
@@ -1,5 +1,5 @@
html {
font-size: 16px;
font-size: 14px;
line-height: 1.6em;
/* font-family: "Libre Franklin", "Helvetica Neue", sans-serif; */
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
@@ -9,6 +9,10 @@ html {
-webkit-text-size-adjust: 100%;
}
@media(min-width: 768px) {
font-size: 16px;
}
body {
margin: 0;
}