Added main page and basic axios query

This commit is contained in:
Alexis
2021-03-04 21:39:23 +01:00
parent dae29530c4
commit 434fe4f6fd
12 changed files with 190 additions and 17 deletions

View File

@@ -2,6 +2,7 @@
@import 'fonts';
@import 'variables';
@import 'animations';
body {
font-family: $body-font-family;
@@ -11,7 +12,7 @@ body {
background: $black;
}
h1, h2, h3, h4, h5, h6, .heading {
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
font-family: $heading-font-family;
font-weight: $fw-regular;
@@ -21,6 +22,18 @@ h2 { font-size: 25px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
.heading {
&-1 {
margin-bottom: 20px;
font-size: 30px;
font-weight: $fw-semibold;
}
&-2 {
margin-bottom: 20px;
font-size: 25px;
}
}
ul {
&.no-style {
margin: 0;