Skip to content

Commit

Permalink
feat: add a gap to header (#453)
Browse files Browse the repository at this point in the history
* feat: add a gap to header

* feat: add correction to gap header
  • Loading branch information
LAU-MG committed Feb 5, 2024
1 parent b5c74da commit b88ad3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
(click)="closeDetails.emit()"></button>
</div>
<div class="d-flex">
<div class="w-50 flex-grow-1 p-3">
<div class="w-50 flex-grow-1 pe-3">
<h1 class="h2 fw-bold mb-0 text-first-letter-uppercase">
{{ nom }}
</h1>
Expand Down

0 comments on commit b88ad3d

Please sign in to comment.