aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Janzen <jjanzenn@proton.me>2024-04-27 16:24:33 -0500
committerJacob Janzen <jjanzenn@proton.me>2024-04-27 16:24:33 -0500
commita21cfec6e60d65be6354a51026f7216ff40d1f02 (patch)
tree576a34786ca906745e92fcef0f8b4f480099842b
parent01676490c5f537b20b6c41992bd1d4262ae84124 (diff)
giving up on making this nice
-rw-r--r--css/stylesheet.css8
1 files changed, 0 insertions, 8 deletions
diff --git a/css/stylesheet.css b/css/stylesheet.css
index 84e6bf1..0da7c3b 100644
--- a/css/stylesheet.css
+++ b/css/stylesheet.css
@@ -10,7 +10,6 @@ body {
width: 700px;
max-width: calc(100% - 20px);
margin: auto;
- position: relative;
}
h1 {
@@ -57,18 +56,11 @@ 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;