From d5821188d894c80c7a852414384efe84c9318277 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20M=2E=20Sapka?= Date: Thu, 2 Feb 2023 16:00:05 +0100 Subject: feat: article for 2023-02-02 --- static/style.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index 0dc310c..3e29509 100644 --- a/static/style.css +++ b/static/style.css @@ -5,6 +5,12 @@ font-size: 1.1em; background-color: #fff; } + pre code { + width: 95%; + overflow-x: scroll; + display: inline-block; + padding-bottom: 5px; + } img { max-width: 99%; width: auto; @@ -126,9 +132,6 @@ .next-link { float: right; } - code { - overflow-x: scroll; - } .pagination { text-align: center } -- cgit v1.2.3