From 2853d653db1f204295b2649820451a8e5bf054e5 Mon Sep 17 00:00:00 2001 From: onepagehelp <37956587+onepagehelp@users.noreply.github.com> Date: Mon, 2 Apr 2018 02:09:08 +0000 Subject: [PATCH] Update gogs.css --- public/css/gogs.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/gogs.css b/public/css/gogs.css index d91b28ba0..d8276cddb 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -77,8 +77,8 @@ code.wrap { background-color: #24292e; border-bottom: 1px solid #DDDDDD; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.04); - padding-top: 8px !important; - padding-bottom: 8px !important; + padding-top: 2px !important; + padding-bottom: 2px !important; } .following.bar .column .menu { margin-top: 0;