From: Matt Corallo Date: Fri, 12 Jul 2024 21:59:52 +0000 (+0000) Subject: Improve right paddings X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=9910f0a7645366c131d150b6c5f706b6bb3e9505;p=satsto.me Improve right paddings --- diff --git a/index.html b/index.html index 87090a1..db92e8a 100644 --- a/index.html +++ b/index.html @@ -56,13 +56,14 @@ padding: 20px 30px 30px 30px !important; border-top: 1px solid #528080; } - .right-header-paragraph, .right-header-second-paragraph { - padding: 0 30px; + .right-header-paragraph { + padding: 0 30px 30px 30px; } .errors { padding: 0 45px; } .right-header-second-paragraph { + padding: 20px 30px 0 30px; border-top: 1px solid #528080; } .right-header {