diff options
-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 { |