From e1ddbc5da4dbc95568433014e1861066de12f3cb Mon Sep 17 00:00:00 2001 From: rra Date: Thu, 7 May 2020 17:26:33 +0200 Subject: [PATCH] Update 'themes/homebrewtheme/static/css/main.css' --- themes/homebrewtheme/static/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/homebrewtheme/static/css/main.css b/themes/homebrewtheme/static/css/main.css index 90976fd..1aef10a 100644 --- a/themes/homebrewtheme/static/css/main.css +++ b/themes/homebrewtheme/static/css/main.css @@ -298,8 +298,8 @@ h1, h2,h3 { } code { - /*! font-size: 18px; */ - padding: 0.5em; + font-size: 18px; + padding: 0.3em; background-color: #EAEAEA; line-height: 1.2em; }