diff options
author | Jacob Janzen <jjanzenn@proton.me> | 2024-08-08 23:42:23 -0500 |
---|---|---|
committer | Jacob Janzen <jjanzenn@proton.me> | 2024-08-08 23:42:23 -0500 |
commit | b8c64e74f6f1d535e39fbc80b8c5aacf5f431983 (patch) | |
tree | cf26a5b98f3edb60930d167518826b05dbc7934c /css/stylesheet.css | |
parent | 8edc338aa369a07511e740b599f82669baee176a (diff) |
fix width on mobile
Diffstat (limited to 'css/stylesheet.css')
-rw-r--r-- | css/stylesheet.css | 2 |
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; |