aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */