From f5cb996c4e70fe0a9a5ee5389f3c694b4c14f465 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 14 Jun 2026 17:14:33 +0200 Subject: [PATCH] modified: style.css --- html/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/html/style.css b/html/style.css index d69ca9f..999a269 100644 --- a/html/style.css +++ b/html/style.css @@ -202,6 +202,11 @@ h1, h2, h3, h4, p { border-bottom: 1px dotted magenta; } +#qlpyconbanner { + overflow: hidden; + justify-content: center; +} + .qlpyconcodeblock { font-size: 14px; border: 1px dotted #ff00ff;