diff --git a/css/screen.scss b/css/screen.scss index 2d48e2a..19eed4d 100644 --- a/css/screen.scss +++ b/css/screen.scss @@ -29,9 +29,10 @@ padding: 1rem; .sponsor-logo { - max-width: 100%; - height: auto; - margin-bottom: 1rem; + max-height: 150px; /* Adjust this value as needed */ + width: auto; /* Maintain aspect ratio */ + display: block; + margin: 0 auto 10px; /* Center the logos and add some space at the bottom */ } } } diff --git a/index.html b/index.html index 6a22a08..10dbd4e 100644 --- a/index.html +++ b/index.html @@ -61,19 +61,21 @@