From 1a04b8949225ad75f629f61b31c7fb028f19eb91 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Wed, 10 Jul 2024 17:18:37 +0200 Subject: [PATCH] update footer logo to be positioned correctly on mobile --- src/css/footerstyle.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/css/footerstyle.css b/src/css/footerstyle.css index 02feeca..f2eba8c 100755 --- a/src/css/footerstyle.css +++ b/src/css/footerstyle.css @@ -11,6 +11,7 @@ .footer-logo { height: 50%; + max-height: 90vw; margin-bottom: 5%; display: inline-block; position: relative;