diff options
author | Jacob Janzen <jjanzenn@proton.me> | 2024-04-27 15:35:51 -0500 |
---|---|---|
committer | Jacob Janzen <jjanzenn@proton.me> | 2024-04-27 15:35:51 -0500 |
commit | 3b707eac740c149040b59c99d55741e7000e85fb (patch) | |
tree | 59d8210f99750acc510d408fe5b87d068b441160 /css | |
parent | c9c5b9a8f0d8568a9b942da7cba194811923c47a (diff) |
add margin
Diffstat (limited to 'css')
-rw-r--r-- | css/stylesheet.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/css/stylesheet.css b/css/stylesheet.css index 2b002f0..57f7b16 100644 --- a/css/stylesheet.css +++ b/css/stylesheet.css @@ -60,6 +60,7 @@ a:hover { position: fixed; left: 0; bottom: 0; + margin: auto; width: 700px; max-width: calc(100% - 20px); text-align: center; |