diff options
author | Nicholas Johnson <nick@nicholasjohnson.ch> | 2023-07-04 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicholasjohnson.ch> | 2023-07-04 00:00:00 +0000 |
commit | 5ab2048f8e69d21902f379bb281fa947d31e7f0399556ab96f18841d9005e250 (patch) | |
tree | e2dabf16ae96f21e4e3d0169def0c3d7ab7bb4f608861e43d168f38ee4a2373c | |
parent | cd919264badf4b8a314702c872a7da14893b26fad0c88a9528a709378b5af7bd (diff) | |
download | hugo-theme-journal-5ab2048f8e69d21902f379bb281fa947d31e7f0399556ab96f18841d9005e250.tar.gz hugo-theme-journal-5ab2048f8e69d21902f379bb281fa947d31e7f0399556ab96f18841d9005e250.zip |
Stop scrollbar covering preformatted textv0.6.3
-rw-r--r-- | assets/css/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index 50536a1..3c4046c 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -48,6 +48,7 @@ pre { color: #ffffba; line-height: normal; overflow: auto; + padding: 1.0em; } blockquote { @@ -136,4 +137,5 @@ blockquote, ol, p, pre, ul, .highlight { .logo__text { margin-bottom: 2em; margin-top: 0; + padding: 0; } |