Skip to content

Commit

Permalink
fix centering of button on error pages
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Jan 18, 2024
1 parent 51481a7 commit 8e320db
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ <h3>
<p wicket:id="message"/>
</div>
</div>
<div class="main-button-bar">
<div class="d-flex">
<div class="d-flex justify-content-center">
<div class="main-button-bar">
<a class="btn btn-primary" wicket:id="home"/>
<a class="btn btn-primary" wicket:id="back"/>
</div>
Expand Down

0 comments on commit 8e320db

Please sign in to comment.