From c1fcf759d48b374f54b1c7ae5381170316c26121 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Tue, 5 Mar 2024 05:15:35 +0200 Subject: Minor fixes to styles and links --- assets/scss/web/_blog.scss | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'assets/scss/web/_blog.scss') diff --git a/assets/scss/web/_blog.scss b/assets/scss/web/_blog.scss index 695a363..9770c46 100644 --- a/assets/scss/web/_blog.scss +++ b/assets/scss/web/_blog.scss @@ -21,6 +21,9 @@ h1, h2, h3, h4, h5, h6 { margin-bottom: 0px; } + h1 { + font-size: 2rem; + } blockquote { margin-left: 0; margin-right: 30px; @@ -28,4 +31,8 @@ border-left-width: 4px; border-left-style: solid; } + pre { + font-size: 1rem; + line-height: 1; + } } -- cgit v1.2.3