Skip to content

Commit

Permalink
Only pad <article>
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Oct 9, 2024
1 parent 3924f4d commit 2d5ef70
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
not node.isPublished() ? 'node--unpublished',
view_mode ? 'node--view-mode-' ~ view_mode|clean_class,
'clearfix',
'p-4',
]
%}
{%
Expand All @@ -80,7 +79,7 @@
'clearfix',
]
%}
<article{{ attributes.addClass(classes) }}>
<article{{ attributes.addClass(classes, 'p-4') }}>
<header>
{{ title_prefix }}
{% if label and not page %}
Expand Down

0 comments on commit 2d5ef70

Please sign in to comment.