Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
Fix indicator description styling
Browse files Browse the repository at this point in the history
  • Loading branch information
kilemensi committed Jan 15, 2020
1 parent b6f742c commit 0743e15
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions wp-content/themes/hurumap/template-parts/blocks/indicator.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
font-size: 3.75rem;
}

.indicator-decription {
.indicator-description {
display: flex;
align-items: center;
padding: 0 5%;
Expand All @@ -130,12 +130,13 @@

.indicator-description-text {
margin-left: 1.25rem;
font-size: 0.8125rem;
}
</style>
</div>

<?php if ($description) { ?>
<div class="indicator-decription">
<div class="indicator-description">
<svg class="MuiSvgIcon-root MuiSvgIcon-colorPrimary" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="presentation"><path d="M7 14l5-5 5 5z"></path></svg>
<span class="indicator-description-text"><?php echo $description; ?></span>
</div>
Expand Down

0 comments on commit 0743e15

Please sign in to comment.