Skip to content

Commit

Permalink
Merge pull request #504 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 authored May 13, 2024
2 parents aa8a50d + a6e3df6 commit 03b50c4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

- TMS-1029: Change contacts-blocks width
- TMS-1034: Add default text for articles related content title
- TMS-1032:
- Add seconds to countdown-timer block
Expand Down
2 changes: 1 addition & 1 deletion lib/Formatters/ContactFormatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function format( array $data ) {
$filled_api_contacts ?? []
);

$data['column_class'] = 'is-10-mobile is-offset-1-mobile is-6-tablet is-offset-0-tablet is-4-desktop';
$data['column_class'] = 'is-10-mobile is-offset-1-mobile is-6-tablet is-offset-0-tablet is-6-desktop';

return $data;
}
Expand Down
2 changes: 1 addition & 1 deletion partials/blocks/block-contacts.dust
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div {?anchor}id="{anchor|attr}"{/anchor} class="contacts">
<div {?anchor}id="{anchor|attr}"{/anchor} class="contacts is-align-wide">
<div class="columns">
<div class="column is-12">
{?title}
Expand Down
2 changes: 1 addition & 1 deletion partials/layouts/layout-contacts.dust
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div {?anchor}id="{anchor|attr}"{/anchor} class="section layout-contacts">
<div class="container">
<div class="columns">
<div class="column">
<div class="column is-content-grid">
{>"blocks/block-contacts" /}
</div>
</div>
Expand Down

0 comments on commit 03b50c4

Please sign in to comment.