Skip to content

Commit

Permalink
Footer modified with changes requested
Browse files Browse the repository at this point in the history
  • Loading branch information
juliakb19 committed Jan 12, 2024
1 parent 1483ea0 commit af2f7a6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions templates/footerSC.html.twig
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{% block footer %}
<footer class="text-center text-lg-start text-white bg-pan-left" style="background-color: #1c2331;">
<section class="d-flex justify-content-center align-items-center" style="background-color: #2CACE5; padding: 0;">
<div class="me-5 justify-content-center align-items-center" style="font-size: 20px; text-transform: uppercase; text-align: center; max-width: 60%; margin: 5px; padding: 5px;">
<p style="letter-spacing: 5px;">
Consultes 1 a 15 Planta Baixa - 16 a 21 Planta 1a - 28 a 31 Planta 4
</p>
</div>
<div class="me-5 justify-content-center align-items-center" style="font-size: 20px; text-transform: uppercase; text-align: center; max-width: 60%; margin: 5px; padding: 5px;">
<p>
{{ 'Consultes 1 a 15 Planta Baixa, 16 a 21 Planta 1a, 28 a 31 Planta 4'|replace({',': ',&nbsp;&nbsp;&nbsp;&nbsp;'})|raw }}
</p>
</div>
</section>
</footer>
{% endblock %}

0 comments on commit af2f7a6

Please sign in to comment.