Skip to content

Commit

Permalink
TMS-1029: Change contacts-blocks width
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbi committed Apr 19, 2024
1 parent d2f63a5 commit dc617b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

- TMS-1029: Change contacts-blocks width

## [1.3.3] - 2024-03-26

- TMS-1013: Add event weekly entry dates to event partial
Expand Down
6 changes: 3 additions & 3 deletions partials/blocks/block-contacts.dust
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<div class="contacts is-align-full">
<div class="contacts is-align-wide">
<div class="columns">
<div class="column is-8-desktop is-offset-2-desktop has-text-centered">
{?title}
<h2 class="h2">
{title|s}
{title|html}
</h2>
{/title}

{?description}
{description|s}
{description|kses}
{/description}
</div>
</div>
Expand Down

0 comments on commit dc617b2

Please sign in to comment.