From ca0d24f8802dc205abec24e1146c94688d3cc959 Mon Sep 17 00:00:00 2001 From: Lucas Patenaude Date: Thu, 11 Apr 2024 07:02:22 -0600 Subject: [PATCH] Styling added to home page cards --- ProjectSourceCode/src/resources/css/homepage/homepage.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ProjectSourceCode/src/resources/css/homepage/homepage.css b/ProjectSourceCode/src/resources/css/homepage/homepage.css index ac70e3e..edf1235 100644 --- a/ProjectSourceCode/src/resources/css/homepage/homepage.css +++ b/ProjectSourceCode/src/resources/css/homepage/homepage.css @@ -65,8 +65,8 @@ #logo { width: 30%; /* Set width for logo */ max-height: 100px; - max-width: 120px; - margin-left: 20px; + max-width: 100px; + margin-right: 20px; } .title-wrapper { @@ -75,6 +75,7 @@ #title-logo { max-height: 80px; + max-width: 250px; }