aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Janzen <jjanzenn@proton.me>2024-08-08 23:42:23 -0500
committerJacob Janzen <jjanzenn@proton.me>2024-08-08 23:42:23 -0500
commitb8c64e74f6f1d535e39fbc80b8c5aacf5f431983 (patch)
treecf26a5b98f3edb60930d167518826b05dbc7934c
parent8edc338aa369a07511e740b599f82669baee176a (diff)
fix width on mobile
-rw-r--r--css/stylesheet.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/css/stylesheet.css b/css/stylesheet.css
index 391008b..ad26a15 100644
--- a/css/stylesheet.css
+++ b/css/stylesheet.css
@@ -57,6 +57,8 @@ a:hover {
}
.footer {
+ max-width: calc(100% - 20px);
+ width: 700px;
bottom: 0;
margin-top: auto;
display: grid;