better title positionning

This commit is contained in:
Nicolas Constant 2019-04-12 21:48:27 -04:00
parent d1b28cb897
commit 303c1f54c5
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
2 changed files with 4 additions and 4 deletions

View File

@ -78,7 +78,7 @@ body {
display: none; } }
.header__download-box {
transition: all .2s;
margin: 30vh auto 0 auto;
margin: 21vh auto 0 auto;
width: calc(95%);
font-family: 'Open Sans', sans-serif;
font-size: 2rem; }
@ -89,7 +89,7 @@ body {
.header__download-box--title {
font-weight: 300;
font-size: 5rem;
margin: 0 0 1rem 2rem; }
margin: 0 0 10rem 2rem; }
.header__download-box--subtitle {
font-weight: 400;
font-size: 2rem;

View File

@ -25,7 +25,7 @@
transition: all .2s;
// display: inline-block;
// outline: 1px solid green;
margin: 30vh auto 0 auto;
margin: 21vh auto 0 auto;
width: calc(95%);
@include respond(tab-port) {
@ -43,7 +43,7 @@
&--title {
font-weight: 300;
font-size: 5rem;
margin: 0 0 1rem 2rem;
margin: 0 0 10rem 2rem;
}
&--subtitle {