Added main page and basic axios query
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user