Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Remove flexbox container from footer
Browse files Browse the repository at this point in the history
  • Loading branch information
GilOliveira committed Feb 16, 2024
1 parent 3189d6e commit a51d4ff
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions components/organisms/page-footer/page-footer.twig
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
{% endif %}
<div class="row">
<div class="col-12">
<div class="d-flex justify-content-md-between align-items-md-center">
{{ page.footer_top}}
</div>
{{ page.footer_top}}
</div>
</div>
{% if container_footer_top %}
Expand All @@ -32,9 +30,7 @@
{% endif %}
<div class="row">
<div class="col-12">
<div class="d-flex justify-content-md-between align-items-md-center">
{{ page.footer_bottom }}
</div>
{{ page.footer_bottom }}
</div>
</div>
{% if container_footer_bottom %}
Expand Down

0 comments on commit a51d4ff

Please sign in to comment.