diff options
author | Alexis Hovorka <[email protected]> | 2024-08-17 21:13:06 -0600 |
---|---|---|
committer | Alexis Hovorka <[email protected]> | 2024-08-17 21:13:06 -0600 |
commit | 018c1486255a2ebff67df64884ad5a2c1afce19f (patch) | |
tree | dd4f84e423f5293b8b0c9747d5c72de361a51900 | |
parent | 03f4375e7223434aa94b62a06036b85b69fe3822 (diff) |
-rw-r--r-- | static/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 4c00c3a..08f7954 100644 --- a/static/style.css +++ b/static/style.css @@ -482,6 +482,7 @@ pre, pre * { } pre code { + position: relative; display: block; margin: 0 auto; padding: 0.8rem 2rem; |