diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/css/yaroslavps.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/static/css/yaroslavps.css b/static/css/yaroslavps.css index 21e70a6..8f3d4cd 100644 --- a/static/css/yaroslavps.css +++ b/static/css/yaroslavps.css @@ -65,6 +65,12 @@ hr { border-width: 1px 0 0 0; } +pre { + padding: 1em 0; + overflow-x: auto; + max-width: calc(100vw/3*2 - 4em); +} + span.icon { font-family: "IBM Plex Mono"; font-size: 2em; @@ -89,6 +95,7 @@ h2 > span.publish-date { max-width: 1080px; margin: 0 auto; min-height: 100vh; + height: auto; background-color: #000; } |