diff options
-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; |