update font size

This commit is contained in:
infominer33 2019-03-21 05:49:04 -04:00
parent dc2e337255
commit 987f744263

View File

@ -9,7 +9,7 @@ html {
body {
padding:50px 0;
margin:0;
font:18px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
font:16px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
color:#555;
font-weight:300;
background:inline-image('checker.png') fixed;
@ -159,7 +159,7 @@ header {
section {
padding:15px 20px;
font-size:18px;
font-size:16px;
border-top:1px solid #fff;
background: linear_gradient(#fafafa, #DEDEDE 700px);
border-radius: 0 0 8px 8px;