From 299439cd7523f4a60508612d0535abcae3fb15ce Mon Sep 17 00:00:00 2001 From: Mathias Rumbold Date: Fri, 5 Apr 2024 16:00:57 +0200 Subject: [PATCH] Adopt width to min-width and changed height to auto to fit the width --- brands.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/brands.css b/brands.css index 956f5fa..bd93f09 100644 --- a/brands.css +++ b/brands.css @@ -61,8 +61,8 @@ margin-bottom: 10px; padding: 10px; /* 17px */ text-decoration: none; - width: 500px; - height: 48; + min-width: 320px; + height: auto; /* transition: all .25s cubic-bezier(.08, .59, .29, .99); */ -webkit-tap-highlight-color: transparent; } @@ -93,4 +93,4 @@ -webkit-filter: invert(100%) grayscale(100%); -moz-filter: invert(100%) grayscale(100%); filter: invert(100%) grayscale(100%); -} */ \ No newline at end of file +} */