From c9c5b9a8f0d8568a9b942da7cba194811923c47a Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sat, 27 Apr 2024 15:35:24 -0500 Subject: fix the --- css/stylesheet.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'css') 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; -- cgit v1.2.3