Skip to content

Commit

Permalink
release(2.6.8): fix spacing home blocks title
Browse files Browse the repository at this point in the history
  • Loading branch information
arturu committed May 20, 2024
1 parent f6a2f51 commit cf99205
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* @ingroup themeable
*/
#}
<div{{ attributes.addClass('section','bg-gray-light','py-2','py-lg-3','py-lg-5') }}>
<div{{ attributes.addClass('section','bg-gray-light','py-5') }}>
<div class="container">
{{ title_prefix }}
{% if label %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* @ingroup themeable
*/
#}
<div{{ attributes.addClass('section','bg-white','py-2','py-lg-3','py-lg-5') }}>
<div{{ attributes.addClass('section','bg-white','py-5') }}>
<div class="container">
{{ title_prefix }}
{% if label %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* @ingroup themeable
*/
#}
<div{{ attributes.addClass('section','bg-white','py-2','py-lg-3','py-lg-5') }}>
<div{{ attributes.addClass('section','bg-white','py-5') }}>
<div class="container">
{{ title_prefix }}
{% if label %}
Expand Down

0 comments on commit cf99205

Please sign in to comment.