Skip to content

Commit

Permalink
DDBPRO-96
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuechner committed Mar 5, 2024
1 parent fec4d54 commit 2b3e683
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@
<div class="container">
<div class="row">
<div class="column column--span-2">
<div class="tiny-label">
<p class="tiny-label">
{{ 'DDBstudio' | t }}
</div>
</p>
</div>
<div class="column column--span-10">
<div class="ddb-studio__content">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{# Markup used by Participation block & front page. #}
<div class="participation">
<div class="tiny-label">
<p class="tiny-label">
{{ 'Teilnehmen' | t }}
</div>
</p>
<h2>{{ data.headline }}</h2>
{{ data.description|raw }}
<div class="participation__steps">
Expand All @@ -27,4 +27,4 @@
{% include '@ddbp/partials/link-button.html.twig' with { link: data.linkSecondary } %}
{% endif %}
</div>
</div>
</div>

0 comments on commit 2b3e683

Please sign in to comment.