diff options
author | Jacob Janzen <jjanzenn@proton.me> | 2024-04-27 16:21:48 -0500 |
---|---|---|
committer | Jacob Janzen <jjanzenn@proton.me> | 2024-04-27 16:21:48 -0500 |
commit | 01676490c5f537b20b6c41992bd1d4262ae84124 (patch) | |
tree | d0b8052c65b206f13d3aef7eb237f49077369a09 | |
parent | cd739b87f411f1980bf6ceb98becd0cffdd50437 (diff) |
fix css maybe?
-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 11727a4..84e6bf1 100644 --- a/css/stylesheet.css +++ b/css/stylesheet.css @@ -10,6 +10,7 @@ body { width: 700px; max-width: calc(100% - 20px); margin: auto; + position: relative; } h1 { |