aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Janzen <jjanzenn@proton.me>2024-04-27 15:35:51 -0500
committerJacob Janzen <jjanzenn@proton.me>2024-04-27 15:35:51 -0500
commit3b707eac740c149040b59c99d55741e7000e85fb (patch)
tree59d8210f99750acc510d408fe5b87d068b441160
parentc9c5b9a8f0d8568a9b942da7cba194811923c47a (diff)
add margin
-rw-r--r--css/stylesheet.css1
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;