summaryrefslogtreecommitdiffstatshomepage
path: root/scss
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-01-12 14:16:19 +0100
committerWynn Wolf Arbor2020-01-12 14:16:19 +0100
commit974f5fe63e8b1e919ee9468208bcfa6a352e85af (patch)
tree2c232a801ca114cab8a8038bcd34b70c170ab314 /scss
parent80f85ea59e4b45eedcc4820255c1cbd29e13874e (diff)
downloadsite-974f5fe63e8b1e919ee9468208bcfa6a352e85af.tar.gz
css, templates: Remove footer
This element had no purpose and was taking up 200px for no reason.
Diffstat (limited to 'scss')
-rw-r--r--scss/style.scss5
1 files changed, 0 insertions, 5 deletions
diff --git a/scss/style.scss b/scss/style.scss
index b7da8df..7981c2b 100644
--- a/scss/style.scss
+++ b/scss/style.scss
@@ -45,11 +45,6 @@ blockquote > p {
margin: 0;
}
-footer {
- background-size: 200px;
- height: 200px;
-}
-
.frontpage {
background-color: $yellow;
font-family: $font-serif;