From efb2d9ecacfa90e3ed97ea01d786d36217000e24 Mon Sep 17 00:00:00 2001 From: mlai2publicis <164534588+mlai2publicis@users.noreply.github.com> Date: Wed, 5 Jun 2024 13:32:36 -0400 Subject: [PATCH] Update styles.css --- themes/hugo-theme-c2pa/assets/css/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/hugo-theme-c2pa/assets/css/styles.css b/themes/hugo-theme-c2pa/assets/css/styles.css index e307c2d..b2f302a 100644 --- a/themes/hugo-theme-c2pa/assets/css/styles.css +++ b/themes/hugo-theme-c2pa/assets/css/styles.css @@ -92,11 +92,11 @@ main { .hero-members { @apply rounded-sm mb-5 flex items-center justify-center bg-white; - height: 85px; + height: 185px; box-shadow: 0 5px 20px 0 rgba(85, 106, 150, 0.18); } .hero-members > a { - @apply flex flex-wrap items-center justify-center transform origin-center -space-x-2; + @apply flex flex-wrap items-center justify-start transform origin-center -space-x-2; } .hero-members > a > img { @apply transform origin-center scale-65; @@ -134,7 +134,7 @@ main { @screen md { .hero-members > a { - @apply flex flex-wrap justify-around scale-60 space-x-10; + @apply flex flex-wrap justify-start scale-60 space-x-10; } .hero-members > a > img { @apply scale-100;