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;
}
.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;