Skip to content

Commit

Permalink
Resize contact headers
Browse files Browse the repository at this point in the history
  • Loading branch information
saloniamatteo committed Sep 29, 2024
1 parent 527065c commit 42dda56
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions app/Views/contact.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@

<div class="content u-text-left w-90p-md">
<!-- Salonia Infrastrutture Digitali -->
<h4 class="bg-blue-700 mb-3 mt-0 p-1 u-inline-flex u-round-xs" id="sid">
<h5 class="bg-blue-700 mb-3 mt-0 p-1 u-inline-flex u-round-xs" id="sid">
<a class="text-white" href="#sid"><?= lang("Contact.sid.desc") ?></a>
</h4>
</h5>

<!-- IG -->
<div class="tile level">
Expand Down Expand Up @@ -72,10 +72,9 @@
<div class="divider"></div>

<!-- Personal -->
<!-- Text for smaller screens -->
<h4 class="bg-blue-700 mb-3 mt-0 p-1 u-inline-flex u-round-xs" id="personal">
<h5 class="bg-blue-700 mb-3 mt-0 p-1 u-inline-flex u-round-xs" id="personal">
<a class="text-white" href="#personal"><?= lang("Contact.personal.desc") ?></a>
</h4>
</h5>

<!-- Protonmail -->
<div class="tile level">
Expand Down

0 comments on commit 42dda56

Please sign in to comment.