Skip to content

Commit

Permalink
fix: padding add to title (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
LAU-MG committed Jan 22, 2024
1 parent a4b425f commit c3f9e65
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">
<div class="w-50 flex-grow-1 p-3">
<h1 class="h2 fw-bold mb-0 text-first-letter-uppercase">
{{ nom }}
</h1>
Expand Down

0 comments on commit c3f9e65

Please sign in to comment.