From 3d4a24ef30897fdeab06e3fa7da1086e52db641e Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 9 Jan 2026 11:29:13 +0100 Subject: New post: Integrated debugging in Vim --- templates/base.html | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index abd16c1..6518c17 100644 --- a/templates/base.html +++ b/templates/base.html @@ -32,13 +32,7 @@ header nav span.title { font-weight: bold; } section { margin-block-start: 3em; margin-block-end: 3em; } - - blockquote { - border-left: 0.3em solid black; - padding-left: 1em; - margin-left: 0; - } - + blockquote { border-left: 0.2em solid black; padding-left: 1em; margin-left: 0; } footer { font-size: small; } ul.post-list { padding: 0em; } @@ -53,7 +47,7 @@ article h1 { font-size: 130%; line-height: 110%; } article code { background: lemonchiffon; padding: 0 0.2em; } article pre { border: 1px solid var(--border-color); padding: 1em; line-height: 140%; text-wrap: nowrap; overflow-x: auto; } - article pre > code { background: initial; } + article pre > code { background: initial; padding: 0; } img, video, audio { max-width: 100%; } figure { display: flex; justify-content: center; margin: 1.5em 0; } -- cgit v1.2.3