finished landing page

This commit is contained in:
Tancre
2020-09-19 12:13:36 +02:00
parent ffe3634bcf
commit 17a9d8a328
13 changed files with 76 additions and 18 deletions

View File

@ -24,10 +24,14 @@
&__title {
font-family: "CocogooseBold";
color: white;
font-size: 2.4rem;
font-size: 2.8rem;
margin: 0;
@include atSmall(){
font-size: 3.2rem;
}
@include atMedium(){
font-size: 4.8rem;
}
@ -41,8 +45,12 @@
margin: 0;
@include atSmall(){
font-size: 2.4rem;
font-size: 1.8rem;
}
@include atMedium(){
font-size: 2.4rem;
}
}
&__description {
@ -54,8 +62,12 @@
margin-right: auto;
@include atSmall(){
font-size: 1.875rem;
font-size: 1.3rem;
}
@include atMedium(){
font-size: 1.875rem;
}
}