Skip to content

Commit

Permalink
centering admin upload form again again
Browse files Browse the repository at this point in the history
  • Loading branch information
DouglasFischer committed Jul 31, 2024
1 parent 352c6e6 commit d95af24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/web/templates/admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h1 style="font-weight: bolder; font-size: 42px;">Admin</h1>
<p>Ladda upp din budget här!</p>
<p>Den ska vara i xlsx format, annars så dör du</p>
<form action="/admin/upload" method="post" enctype="multipart/form-data">
<div style="align-items: center; text-align: center; align-content: center">
<div style="align-items: center; text-align: center; align-content: center; margin-left: auto; margin-right:auto;">
<input type="file" name="budgetFile" accept="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet">
<input type="submit">
</div>
Expand Down

0 comments on commit d95af24

Please sign in to comment.