Skip to content

Commit

Permalink
Reduce size of related policies title
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons committed Dec 15, 2023
1 parent 89b706a commit f7d9ca8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions www/docs/style/sass/pages/_mp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,10 @@
line-height: 1.2em;
}

.policy-vote__related-policies-title {
margin-top: 1em;
}

.policy-votes-hero {
position: relative;
margin-bottom: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

foreach ($related_policies as $related_policy_batch) { ?>
<?php if (count($related_policy_batch["set"]) > 0) { ?>
<h4><?= $related_policy_batch["title"] ?></h4>
<p class="policy-vote__related-policies-title"><?= $related_policy_batch["title"] ?></p>
<ul class="<?= $related_policy_batch["class"] ?>">
<?php foreach ($related_policy_batch["set"] as $related_policy) { ?>
<li>
Expand Down

0 comments on commit f7d9ca8

Please sign in to comment.