diff options
author | cel 🌸 <cel@blos.sm> | 2023-09-16 21:52:30 +0100 |
---|---|---|
committer | cel 🌸 <cel@blos.sm> | 2023-09-16 21:52:30 +0100 |
commit | 99045cf9ee3034ee540f4fd0d69c31fb20850137 (patch) | |
tree | 6caac7e594233947efe4c144ba05c7fca27ce17e /static | |
parent | 1f501327706e8107cf57f6382e57261b6a10efc4 (diff) | |
download | blossom-99045cf9ee3034ee540f4fd0d69c31fb20850137.tar.gz blossom-99045cf9ee3034ee540f4fd0d69c31fb20850137.tar.bz2 blossom-99045cf9ee3034ee540f4fd0d69c31fb20850137.zip |
fix css
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index 7645b53..039c62c 100644 --- a/static/style.css +++ b/static/style.css @@ -452,7 +452,7 @@ iframe { width: auto; top: 2vw; right: -2vw; - margin: 2vw 0 2vw 2vw; + margin: 2vw 0; } .checklist ul { @@ -469,6 +469,8 @@ code { pre { background-color: #e8cdcf; border: 1px solid #311f20; + overflow: auto; + white-space: pre-wrap; } pre code { |