From 833dcd59471f8ee032e49db2e4d2752ab8d65041 Mon Sep 17 00:00:00 2001 From: simonpetit Date: Wed, 5 Nov 2025 13:35:38 +0000 Subject: [PATCH] more code formatting --- css/poststyle.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/css/poststyle.css b/css/poststyle.css index 491c1df..9b14b45 100644 --- a/css/poststyle.css +++ b/css/poststyle.css @@ -35,6 +35,14 @@ article h1 { pre { background-color: lightgrey; + border-radius: 0.5em; + display: flex; +} + +pre > code { + margin-left: 2em; + margin-top: 1em; + margin-bottom: 1em; } footer {