From 8edeebb44d9b3636268d95c30d462593d9a074d8 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 12 Mar 2024 20:54:06 -0400 Subject: Logo changes; CSS Tweaks; Package update --- src/styles/index.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/styles/index.css') diff --git a/src/styles/index.css b/src/styles/index.css index c581da0..0404e7c 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -43,12 +43,16 @@ } .box { - padding: 2px 10px 10px 25px; + padding: 20px 20px 20px 25px; text-align: left; background: #3B513B; border-radius: 20px; } +.box h1 { + margin-top: 0.2em; +} + .box:nth-child(1), .box:nth-child(2) { grid-column: 1; } -- cgit v1.2.3