From 44b4b249f8af763bc8c491550abc5cfcc0045d7b Mon Sep 17 00:00:00 2001 From: Kevin Paxman <kpaxman@uwaterloo.ca> Date: Mon, 22 Jul 2024 12:05:05 -0400 Subject: [PATCH] ISTWDCMS-7056: attempt to fix the infographic issues --- .../04-components/facts-and-figures/_facts-and-figures.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/patterns/04-components/facts-and-figures/_facts-and-figures.scss b/src/patterns/04-components/facts-and-figures/_facts-and-figures.scss index 7fad8349..5cbe0818 100644 --- a/src/patterns/04-components/facts-and-figures/_facts-and-figures.scss +++ b/src/patterns/04-components/facts-and-figures/_facts-and-figures.scss @@ -849,7 +849,7 @@ are the same height. */ .highlighted-fact-infographic { align-items: center; display: block; - height: 100%; + margin: 0 auto; .number, .timer { -- GitLab