diff options
author | Jacob Janzen <jjanzenn@proton.me> | 2024-04-27 15:35:24 -0500 |
---|---|---|
committer | Jacob Janzen <jjanzenn@proton.me> | 2024-04-27 15:35:24 -0500 |
commit | c9c5b9a8f0d8568a9b942da7cba194811923c47a (patch) | |
tree | c8d5a95a60613b9a8ffde808ba60098203c1516d /css | |
parent | cde0ce954d2afc615209471824f6e5900caea88f (diff) |
fix the
Diffstat (limited to '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 11a2fa1..2b002f0 100644 --- a/css/stylesheet.css +++ b/css/stylesheet.css @@ -60,6 +60,8 @@ a:hover { position: fixed; left: 0; bottom: 0; + width: 700px; + max-width: calc(100% - 20px); text-align: center; display: flex; justify-content: space-between; |