aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorYaroslav <contact@yaroslavps.com>2020-03-15 00:21:29 +0300
committerYaroslav <contact@yaroslavps.com>2020-03-15 00:21:29 +0300
commit0e0522500103610258f9aeefb6d33b827952c9e1 (patch)
treead9789888fbe07bd347d8eafb7d24f4eb2de79d9 /static
parent3caa2027c4c0d77c2706aac5356ce4aa666379a1 (diff)
downloadyaroslavps.com-0e0522500103610258f9aeefb6d33b827952c9e1.tar.gz
yaroslavps.com-0e0522500103610258f9aeefb6d33b827952c9e1.zip
css changes; second post
Diffstat (limited to 'static')
-rw-r--r--static/css/yaroslavps.css7
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;
}