Styling added to home page cards

This commit is contained in:
Lucas Patenaude
2024-04-11 07:02:22 -06:00
parent c348ff051f
commit ca0d24f880

View File

@@ -65,8 +65,8 @@
#logo { #logo {
width: 30%; /* Set width for logo */ width: 30%; /* Set width for logo */
max-height: 100px; max-height: 100px;
max-width: 120px; max-width: 100px;
margin-left: 20px; margin-right: 20px;
} }
.title-wrapper { .title-wrapper {
@@ -75,6 +75,7 @@
#title-logo { #title-logo {
max-height: 80px; max-height: 80px;
max-width: 250px;
} }