Adjustments for screen sizes.
This commit is contained in:
parent
ec3003c176
commit
cf497f51ce
1 changed files with 6 additions and 5 deletions
11
style.css
11
style.css
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue