mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2025-10-19 18:26:30 +00:00
finished landing page
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user