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 41fe41c commit f92c36b
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.6.6] - 2024-03-26

- TMS-1021: Remove image carousel modal max-height
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 has-text-left has-text-black has-text-weight-semibold">
{?title}
<h2 class="has-text-weight-bold">
{title|s}
{title|html}
</h2>
{/title}

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

0 comments on commit f92c36b

Please sign in to comment.