Skip to content

Commit 6d1b439

Browse files
committed
move the reset button to the right location
1 parent 19dfae7 commit 6d1b439

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

create/index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,10 @@
5959
</nav>
6060

6161
<main>
62-
<h1>Create AI Attestation</h1>
62+
<div style="display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px;">
63+
<h1 style="margin: 0;">Create AI Attestation</h1>
64+
<button type="button" class="btn btn-secondary" id="reset-form">Reset Form</button>
65+
</div>
6366

6467
<form id="attestation-form">
6568
<div class="form-group">
@@ -220,9 +223,8 @@ <h1>Create AI Attestation</h1>
220223
</div>
221224
</div>
222225

223-
<div style="margin-top: 30px; display: flex; gap: 10px;">
226+
<div style="margin-top: 30px;">
224227
<button type="submit" class="btn">Generate Attestation</button>
225-
<button type="button" class="btn btn-secondary" id="reset-form">Reset Form</button>
226228
</div>
227229
</form>
228230

0 commit comments

Comments
 (0)