From: Matt Corallo Date: Fri, 12 Jul 2024 21:56:08 +0000 (+0000) Subject: Make errors less pronounced X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=b0e7496c886653b75ba84ae7e476f489af2b5353;p=satsto.me Make errors less pronounced --- diff --git a/index.html b/index.html index b694564..87090a1 100644 --- a/index.html +++ b/index.html @@ -59,6 +59,9 @@ .right-header-paragraph, .right-header-second-paragraph { padding: 0 30px; } + .errors { + padding: 0 45px; + } .right-header-second-paragraph { border-top: 1px solid #528080; } @@ -77,6 +80,10 @@ color: white; background: #3B6367; } + .errors { + color: grey; + font-size: 11pt; + } .small-print { color: white; font-size: 11pt;