diff options
author | Wolfgang Müller | 2021-06-24 15:52:25 +0200 |
---|---|---|
committer | Wolfgang Müller | 2021-06-24 15:52:25 +0200 |
commit | d16ae2c006087c00a5118e3e6bf85fc13e3484a4 (patch) | |
tree | 84ab74525531412cd5ce0c1a065aa164a206f895 | |
parent | ff8914c614f61ab3fb6f609216f9ba101a5713e2 (diff) | |
download | zunzuncito-d16ae2c006087c00a5118e3e6bf85fc13e3484a4.tar.gz |
sass: Have pre overflow
These elements overflow on smaller screens, so make sure that they're
getting scrollbars.
Diffstat (limited to '')
-rw-r--r-- | sass/style.sass | 1 |
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) |