From 4b522fb8f7dd99a56df963854b6aeab12665820e Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Mon, 21 Mar 2022 09:25:23 -0500 Subject: [PATCH] Fix squashed logos in small windows on front page --- www/css/core.css | 1 + 1 file changed, 1 insertion(+) diff --git a/www/css/core.css b/www/css/core.css index 01b627bd..938094c0 100644 --- a/www/css/core.css +++ b/www/css/core.css @@ -484,6 +484,7 @@ main.front-page > section > section figure.oss img{ display: inline; filter: drop-shadow(3px 3px 1px rgba(0, 0, 0, .25)); margin: 1rem; + width: auto; } main.front-page > section > section figure img{