From cd739b87f411f1980bf6ceb98becd0cffdd50437 Mon Sep 17 00:00:00 2001
From: Jacob Janzen <jjanzenn@proton.me>
Date: Sat, 27 Apr 2024 16:17:44 -0500
Subject: add absolute positioning of the footer

---
 css/stylesheet.css | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/css/stylesheet.css b/css/stylesheet.css
index 9ff8884..11727a4 100644
--- a/css/stylesheet.css
+++ b/css/stylesheet.css
@@ -56,12 +56,18 @@ a:hover {
   }
 }
 
+.content {
+  padding-bottom: 30px;
+}
+
 .footer {
+  position: absolute;
   background-color: #fff8ea;
   bottom: 0;
   margin-top: auto;
   width: 700px;
   max-width: calc(100% - 20px);
+  height: 30px;
   text-align: center;
   display: flex;
   justify-content: space-between;
-- 
cgit v1.2.3