From 0743e15b0823e2a0ce4286669ba445f3f122fff3 Mon Sep 17 00:00:00 2001 From: Clemence Kyara Date: Wed, 15 Jan 2020 14:20:29 +0300 Subject: [PATCH] Fix indicator description styling --- .../themes/hurumap/template-parts/blocks/indicator.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/hurumap/template-parts/blocks/indicator.php b/wp-content/themes/hurumap/template-parts/blocks/indicator.php index f05462d3..351017ea 100644 --- a/wp-content/themes/hurumap/template-parts/blocks/indicator.php +++ b/wp-content/themes/hurumap/template-parts/blocks/indicator.php @@ -121,7 +121,7 @@ font-size: 3.75rem; } - .indicator-decription { + .indicator-description { display: flex; align-items: center; padding: 0 5%; @@ -130,12 +130,13 @@ .indicator-description-text { margin-left: 1.25rem; + font-size: 0.8125rem; } -
+