From b0e7496c886653b75ba84ae7e476f489af2b5353 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Fri, 12 Jul 2024 21:56:08 +0000 Subject: [PATCH] Make errors less pronounced --- index.html | 7 +++++++ 1 file changed, 7 insertions(+) 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; -- 2.39.5