diff --git a/css/index.styl b/css/index.styl index 8b9f356..6e6c0af 100644 --- a/css/index.styl +++ b/css/index.styl @@ -19,7 +19,7 @@ html, body { height: 100% } h1 { color: red; - font: bold 52px/60px "Lobster Two", sans-serif; + font: bold 56px/64px "Lobster Two", sans-serif; text-align: center; margin: 0 0 10px; } @@ -30,13 +30,13 @@ h1.with-subtitle { p { color: gray; - font: 14px/20px "Quicksand", sans-serif; + font: 16px/22px "Quicksand", sans-serif; text-align: center; margin: 0 0; } p.subtitle { - font: 16px/22px "Quicksand", sans-serif; + font: 18px/24px "Quicksand", sans-serif; margin-bottom: 10px; }