aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Janzen <jjanzenn@proton.me>2024-08-08 23:56:11 -0500
committerJacob Janzen <jjanzenn@proton.me>2024-08-08 23:56:11 -0500
commit7dfb618dbd95f1fe738f7a2acf9c3e742cfe5c94 (patch)
tree7696f28830fce617392993ccac708e734fe97530
parent7a5b174a988db73598a0094b1a8cd7143355bce3 (diff)
fit content
-rw-r--r--css/stylesheet.css13
1 files changed, 8 insertions, 5 deletions
diff --git a/css/stylesheet.css b/css/stylesheet.css
index b7bfccc..c292e5a 100644
--- a/css/stylesheet.css
+++ b/css/stylesheet.css
@@ -77,13 +77,16 @@ a:hover {
text-align: left;
}
.footer-top {
- width: 700px;
- text-align: center;
- z-index: 2;
- display: flex;
- justify-content: space-between;
+ width: fit-content;
flex-direction: column;
}
+ .footer-bottom {
+ width: fit-content;
+ z-index: 1;
+ display: flex;
+ justify-content: center;
+ text-align: center;
+ }
}
/* Org Stuff */