From cf497f51ce1627c55c4b86526555a2151caff6f5 Mon Sep 17 00:00:00 2001 From: Marc Date: Mon, 11 Jul 2016 19:58:50 -0400 Subject: [PATCH] Adjustments for screen sizes. --- style.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index 2d44e72..3ac0af0 100644 --- a/style.css +++ b/style.css @@ -44,8 +44,8 @@ input, textarea { overflow:hidden; } -.content-wrapper > h1:first-child { - margin-top:2rem; +.content-wrapper > header > h1:first-child { + margin-top: 10vh; } .important-bit { @@ -110,11 +110,12 @@ input, textarea { text-align: center; } -#landing-block-3 .button { - margin-top: 2em; +#landing-block-3 { + clear: both; + padding-top: 10vh; } -/* Résumé */ +/* Other sections - general */ .content-wrapper > header > h1 { margin-bottom:0;