Skip to content

Commit

Permalink
1274: Add padding in top of right column
Browse files Browse the repository at this point in the history
  • Loading branch information
yepzdk committed May 7, 2024
1 parent 26d0942 commit 289d775
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</div>
</{{ left_wrapper }}>

<{{ right_wrapper }}{{ right_attributes.addClass('group-right col-md-4') }}>
<{{ right_wrapper }}{{ right_attributes.addClass('group-right col-md-4 py-3') }}>
<div class="d-none d-md-block">
<a aria-hidden="true" class="btn btn-secondary btn-sm" href="{{ path('hoeringsportal_citizen_proposal.support', {'node': content['#node'].id}) }}">{{ 'Support the proposal'|t }}</a>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</div>
</{{ left_wrapper }}>

<{{ right_wrapper }}{{ right_attributes.addClass('group-right col-md-4') }}>
<{{ right_wrapper }}{{ right_attributes.addClass('group-right col-md-4 py-3') }}>
{{ right }}
</{{ right_wrapper }}>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
{{ left }}
</{{ left_wrapper }}>

<{{ right_wrapper }}{{ right_attributes.addClass('group-right col-md-4') }}>
<{{ right_wrapper }}{{ right_attributes.addClass('group-right col-md-4 py-3') }}>
{{ right }}
</{{ right_wrapper }}>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</div>
</{{ left_wrapper }}>

<{{ right_wrapper }}{{ right_attributes.addClass('group-right col-md-4') }}>
<{{ right_wrapper }}{{ right_attributes.addClass('group-right col-md-4 py-3') }}>
{{ right }}
</{{ right_wrapper }}>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</div>
</{{ left_wrapper }}>

<{{ right_wrapper }}{{ right_attributes.addClass('group-right col-md-4') }}>
<{{ right_wrapper }}{{ right_attributes.addClass('group-right col-md-4 py-3') }}>
<h3>{{ 'Project info'|t }}</h3>
{{ right }}
</{{ right_wrapper }}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</div>
</{{ left_wrapper }}>

<{{ right_wrapper }}{{ right_attributes.addClass('group-right col-md-4') }}>
<{{ right_wrapper }}{{ right_attributes.addClass('group-right col-md-4 py-3') }}>
{{ right }}
</{{ right_wrapper }}>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</div>
</{{ left_wrapper }}>

<{{ right_wrapper }}{{ right_attributes.addClass('group-right col-md-4') }}>
<{{ right_wrapper }}{{ right_attributes.addClass('group-right col-md-4 py-3') }}>
{{ right }}
</{{ right_wrapper }}>
</div>
Expand Down

0 comments on commit 289d775

Please sign in to comment.