From 2a4a31d727268b128dfdd11bca9b2763cf59458a Mon Sep 17 00:00:00 2001 From: Alquen Sarmiento Date: Thu, 13 Aug 2026 09:50:26 +0800 Subject: [PATCH] fix: allow align-items to be adjusted --- src/block/hero/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/block/hero/style.scss b/src/block/hero/style.scss index daa56fb2ae..3340d1fa75 100644 --- a/src/block/hero/style.scss +++ b/src/block/hero/style.scss @@ -2,5 +2,5 @@ .stk-block-hero__content > .stk-inner-blocks.stk--column-flex:not(.stk--block-horizontal-flex) { justify-content: center; - align-items: center; + align-items: var(--stk-alignment-justify-content, center); }