feat: added facts
This commit is contained in:
@@ -24,9 +24,9 @@
|
||||
font-family: 'Gilroy';
|
||||
src: url('../fonts/Gilroy-RegularItalic.eot');
|
||||
src: local('Gilroy Regular Italic'), local('Gilroy-RegularItalic'),
|
||||
url('../fonts/Gilroy-RegularItalic.eot?#iefix') format('embedded-opentype'),
|
||||
url('../fonts/Gilroy-RegularItalic.woff') format('woff'),
|
||||
url('../fonts/Gilroy-RegularItalic.ttf') format('truetype');
|
||||
url('../fonts/Gilroy-RegularItalic.eot?#iefix') format('embedded-opentype'),
|
||||
url('../fonts/Gilroy-RegularItalic.woff') format('woff'),
|
||||
url('../fonts/Gilroy-RegularItalic.ttf') format('truetype');
|
||||
font-weight: 400;
|
||||
font-style: italic;
|
||||
}
|
||||
@@ -108,3 +108,41 @@ img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin: 0;
|
||||
font-weight: 700;
|
||||
font-size: 55px;
|
||||
line-height: 122%;
|
||||
letter-spacing: 0.01em;
|
||||
color: $darkgrey;
|
||||
text-align: center;
|
||||
|
||||
& > span {
|
||||
color: $blue;
|
||||
}
|
||||
|
||||
@include laptop {
|
||||
font-size: 40px;
|
||||
}
|
||||
|
||||
@include tablet {
|
||||
font-size: 36px;
|
||||
}
|
||||
|
||||
@include mobile {
|
||||
font-size: 28px;
|
||||
}
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin: 0;
|
||||
font-weight: 600;
|
||||
font-size: 23px;
|
||||
line-height: 127%;
|
||||
color: $grey;
|
||||
|
||||
@include mobile {
|
||||
font-size: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user