From 89e0ed1e65fa4f5f741d325ec391599ab09e1d9e Mon Sep 17 00:00:00 2001 From: Lucas Kent <97860398+Bulbous-Baboon@users.noreply.github.com> Date: Wed, 14 Dec 2022 13:25:44 -0500 Subject: [PATCH] test --- assets/styles/blog.css | 6 +++--- index.html | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/assets/styles/blog.css b/assets/styles/blog.css index 1f9fabc..084851a 100644 --- a/assets/styles/blog.css +++ b/assets/styles/blog.css @@ -13,8 +13,6 @@ body { padding: px; background: #868686; - position: relative; - min-height: 100vh; } /* Create two unequal columns that floats next to each other */ @@ -59,8 +57,10 @@ body { text-align: center; background: #ddd; margin-top: 20px; - position: absolute; + position: fixed; + left: 0; bottom: 0; + width: 100%; } .image { diff --git a/index.html b/index.html index ca797de..6d07ba2 100644 --- a/index.html +++ b/index.html @@ -59,7 +59,6 @@ class="broider" />
-