h1 align left

This commit is contained in:
2023-04-10 21:23:08 +10:00
parent 511e8d6074
commit 5c0b97cd1e
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ a:visited {
} }
h1 { h1 {
text-align: center; text-align: left;
font-weight: 800; font-weight: 800;
} }

View File

@@ -3,7 +3,7 @@
$font-family: Nunito, Arial, Helvetica, sans-serif; $font-family: Nunito, Arial, Helvetica, sans-serif;
$font-size: 1.1rem; $font-size: 1.1rem;
$font-color: rgba(255, 255, 255, 0.7); $font-color: rgba(255, 255, 255, 1);
$background-color: rgba(40, 44, 48, 1); $background-color: rgba(40, 44, 48, 1);
$primary-color-lighter: #cce8fb; $primary-color-lighter: #cce8fb;