From 02e8dfdfb1f5aaaa8eea16c5b8e3df98f5f24968 Mon Sep 17 00:00:00 2001 From: Blaster4385 Date: Tue, 23 Apr 2024 01:34:53 +0530 Subject: fix: fixed styling of code block --- styles.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index 6242309..b1f720b 100644 --- a/styles.css +++ b/styles.css @@ -53,8 +53,9 @@ a { code { background-color: #444; - padding: 4px 4px; - border-radius: 2px; + display: inline-block; + padding: 8px; + border-radius: 4px; color: #b8bb26; } -- cgit v1.2.3-73-gaa49b