summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorWolfgang Müller2021-06-24 15:52:25 +0200
committerWolfgang Müller2021-06-24 15:52:25 +0200
commitd16ae2c006087c00a5118e3e6bf85fc13e3484a4 (patch)
tree84ab74525531412cd5ce0c1a065aa164a206f895
parentff8914c614f61ab3fb6f609216f9ba101a5713e2 (diff)
downloadzunzuncito-d16ae2c006087c00a5118e3e6bf85fc13e3484a4.tar.gz
sass: Have pre overflow
These elements overflow on smaller screens, so make sure that they're getting scrollbars.
-rw-r--r--sass/style.sass1
1 files changed, 1 insertions, 0 deletions
diff --git a/sass/style.sass b/sass/style.sass
index 41c751a..1519d94 100644
--- a/sass/style.sass
+++ b/sass/style.sass
@@ -72,6 +72,7 @@ h2.title
pre
margin-left: 1rem
+ overflow: auto
code
font-family: var(--font-mono)