From 26b391452a7a629fb28d85caac3f8eba95cc1ddd Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Mon, 14 Feb 2022 20:08:16 -0600 Subject: Make responses more clear Signed-off-by: Matt Strapp --- src/public/css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/public/css/style.css') diff --git a/src/public/css/style.css b/src/public/css/style.css index d48e8b9..b1651df 100644 --- a/src/public/css/style.css +++ b/src/public/css/style.css @@ -117,7 +117,10 @@ a { text-decoration: none; } +h2 { + font-size: larger; +} + .error { color: red; - font-size: larger; } \ No newline at end of file -- cgit v1.2.3