Increase all font sizes by 2px.

nb/hide-http
Neeraj Baid 11 years ago
parent ee308f5b03
commit b06913cb3a

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

Loading…
Cancel
Save