Adjustments for screen sizes.

This commit is contained in:
Marc 2016-07-11 19:58:50 -04:00
parent ec3003c176
commit cf497f51ce

View file

@ -44,8 +44,8 @@ input, textarea {
overflow:hidden; overflow:hidden;
} }
.content-wrapper > h1:first-child { .content-wrapper > header > h1:first-child {
margin-top:2rem; margin-top: 10vh;
} }
.important-bit { .important-bit {
@ -110,11 +110,12 @@ input, textarea {
text-align: center; text-align: center;
} }
#landing-block-3 .button { #landing-block-3 {
margin-top: 2em; clear: both;
padding-top: 10vh;
} }
/* Résumé */ /* Other sections - general */
.content-wrapper > header > h1 { .content-wrapper > header > h1 {
margin-bottom:0; margin-bottom:0;