Skip to content

Commit 291685a

Browse files
philli-mRineee
authored andcommitted
teaser_columns_block: center title fixes #141
1 parent 058d391 commit 291685a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/academy/templates/academy/blocks/teaser_columns_block.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<section>
2-
<h2 class="academy__sans-serif text--upper">{{ value.headline }}</h2>
2+
<h2 class="academy__sans-serif text--upper text-center">{{ value.headline }}</h2>
33
<div class="item-list">
44
<div class="row justify-content-center list-unstyled">
55
{% for teaser in value.teasers %}

0 commit comments

Comments
 (0)