Skip to content

Commit

Permalink
Merge pull request #28 from devgeniem/TMS-1029
Browse files Browse the repository at this point in the history
TMS-1029: Change contacts-blocks width
  • Loading branch information
eebbi committed May 13, 2024
2 parents c8333c5 + ba6cb0d commit b439bb3
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.2.3] - 2024-03-26

- TMS-914: Change anchor-link blocks border-color
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 b439bb3

Please sign in to comment.