diff options
author | Jacob Janzen <jjanzenn@proton.me> | 2024-04-27 15:38:49 -0500 |
---|---|---|
committer | Jacob Janzen <jjanzenn@proton.me> | 2024-04-27 15:38:49 -0500 |
commit | bcfb8df203c29f305e97b72a2d81c3f7fa15d1a9 (patch) | |
tree | 0ab1e56c47b7281296520b8741fd9c4e71892cbe /css | |
parent | 3b707eac740c149040b59c99d55741e7000e85fb (diff) |
don't lock to left of screen
Diffstat (limited to 'css')
-rw-r--r-- | css/stylesheet.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/css/stylesheet.css b/css/stylesheet.css index 57f7b16..ad1e25c 100644 --- a/css/stylesheet.css +++ b/css/stylesheet.css @@ -58,7 +58,6 @@ a:hover { .footer { position: fixed; - left: 0; bottom: 0; margin: auto; width: 700px; |