Added style of celestials page and fixed width issues

This commit is contained in:
Alexis
2021-03-05 10:25:46 +01:00
parent 434fe4f6fd
commit effccb0edd
7 changed files with 63 additions and 14 deletions

View File

@@ -17,7 +17,7 @@ h1, h2, h3, h4, h5, h6 {
font-family: $heading-font-family;
font-weight: $fw-regular;
}
h1 { font-size: 30px; }
h1 { font-size: 50px; }
h2 { font-size: 25px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
@@ -25,7 +25,7 @@ h4 { font-size: 18px; }
.heading {
&-1 {
margin-bottom: 20px;
font-size: 30px;
font-size: 50px;
font-weight: $fw-semibold;
}
&-2 {