From 568d3651c4ac2a229de63f3220fcf8d7cd56574e Mon Sep 17 00:00:00 2001 From: Riccardo Forina Date: Mon, 8 Jan 2024 11:22:04 +0100 Subject: [PATCH] Fix hero alignment --- ui/app/[locale]/home/home.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/[locale]/home/home.module.css b/ui/app/[locale]/home/home.module.css index 9485c5cef..6a7a5fd5b 100644 --- a/ui/app/[locale]/home/home.module.css +++ b/ui/app/[locale]/home/home.module.css @@ -6,7 +6,7 @@ @media screen and (min-width: 768px) { .hero { - grid-template-columns: 1fr 2fr; + grid-template-columns: 250px auto; grid-template-areas: "graphic content"; grid-grap: var(--pf-v5-global--spacer--2xl); padding: var(--pf-v5-global--spacer--2xl);