From 8b7e7f2a4a9494907ab4b2f4155e9f82b300bcac Mon Sep 17 00:00:00 2001 From: Christoph Schindlbeck Date: Tue, 14 Mar 2023 21:42:02 +0100 Subject: [PATCH] fix header logo widths --- themes/infinity-hugo/static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/infinity-hugo/static/css/style.css b/themes/infinity-hugo/static/css/style.css index 8078952..19f206c 100644 --- a/themes/infinity-hugo/static/css/style.css +++ b/themes/infinity-hugo/static/css/style.css @@ -359,6 +359,10 @@ a:active { height: 50px; } +.hero-area img { + width: 100%; +} + @media only screen and (max-width:400px) { .hero-area .counter ul li .digit { font-size: 30px;