diff --git a/css/minecraft.css b/css/minecraft.css index d5f1039..20c24bf 100644 --- a/css/minecraft.css +++ b/css/minecraft.css @@ -21,7 +21,7 @@ body { width: 100%; height: 100%; font-family: 'Open Sans', sans-serif; - font-size: 18px; + font-size: 21px; color: #fff; background-color: #595959; } @@ -46,14 +46,12 @@ h6 { p { margin: 0 0 35px; - font-size: 20px; line-height: 1.6; } @media(min-width:767px) { p { margin: 0 0 25px; - font-size: 20px; line-height: 1.5; } }