From f205e73bcb3475fcf2883aa975af5f479bec7573 Mon Sep 17 00:00:00 2001 From: Dan Ivovich Date: Fri, 30 Aug 2024 15:16:49 -0400 Subject: [PATCH] set text div height so arrows don't move --- _sass/components/pillars.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/_sass/components/pillars.scss b/_sass/components/pillars.scss index 0e17e155..08a1ad00 100644 --- a/_sass/components/pillars.scss +++ b/_sass/components/pillars.scss @@ -52,6 +52,7 @@ justify-content: center; gap: 24px; padding: 24px; + height: 250px; >p { font-size: 28px; font-weight: 450;