Skip to content

Commit

Permalink
removed hero margin from addDisaster view
Browse files Browse the repository at this point in the history
  • Loading branch information
YamiHeike committed Nov 23, 2024
1 parent d54be6a commit dbf9e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/addDisaster.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<body class="bg-body-tertiary">
<nav th:replace="~{fragments :: nav}"></nav>
<div class="px-4 py-5 mt-5 text-center bg-white shadow-sm">
<div class="px-4 py-5 mt-md-5 text-center bg-white shadow-sm">
<h1 class="display-5 fw-bold text-body-emphasis">Dodaj <span class="text-primary">Zdarzenie</span></h1>
<div class="col-lg-6 mx-auto">
<p class="lead">Wprowadź informacje o nowym zdarzeniu. Pamiętaj, że fałszywe zgłoszenia zostaną wykryte.</p>
Expand Down

0 comments on commit dbf9e64

Please sign in to comment.