From 0e0522500103610258f9aeefb6d33b827952c9e1 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Sun, 15 Mar 2020 00:21:29 +0300 Subject: css changes; second post --- static/css/yaroslavps.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'static/css') 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; } -- cgit v1.2.3