Start working on footer (not yet previewed)

This commit is contained in:
2021-04-23 01:23:53 -07:00
parent b2a763556d
commit 5c4cff1395
5 changed files with 12 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ body {
h1, h2, h3, h4, h5, h6 {
margin-bottom: .1rem;
margin-top: .5rem;
font-family: $font-body;
font-family: $font-heading;
font-weight: normal;
text-align: center;
@@ -31,7 +31,7 @@ h1, h2, h3, h4, h5, h6 {
}
h1 {
font-family: $font-heading;
font-family: "Indie Flower";
}
.container {

View File

@@ -8,7 +8,7 @@ $border-color: #bfbfbf;
$code-color: #eee8d5;
$code-border-color: darken($code-color, 10%);
$font-heading: "Indie Flower", serif;
$font-heading: "Inconsolata", serif;
$font-body: "Raleway", serif;
$font-code: "Inconsolata", monospace;