diff options
author | Michał M. Sapka <michal@sapka.me> | 2023-02-02 16:00:05 +0100 |
---|---|---|
committer | Michał M. Sapka <michal@sapka.me> | 2023-02-02 16:00:05 +0100 |
commit | d5821188d894c80c7a852414384efe84c9318277 (patch) | |
tree | a9c93254afe19c0fe1bcb8322858d59501174c58 /static | |
parent | c7551da77407a7f589a7fa657f79337f768010f7 (diff) |
feat: article for 2023-02-02
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/static/style.css b/static/style.css index 0dc310c..3e29509 100644 --- a/static/style.css +++ b/static/style.css @@ -5,6 +5,12 @@ font-size: 1.1em; background-color: #fff; } + pre code { + width: 95%; + overflow-x: scroll; + display: inline-block; + padding-bottom: 5px; + } img { max-width: 99%; width: auto; @@ -126,9 +132,6 @@ .next-link { float: right; } - code { - overflow-x: scroll; - } .pagination { text-align: center } |