Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Fix border
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDogHusky committed Jul 22, 2024
1 parent 93957b6 commit da435fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</div>
<div class="row center">
<div class="rounded border border-3 border-primary ratio ratio-1x1 image-main-frame">
<img src="" alt="" class="object-fit-cover" id="neko" />
<img src="" alt="" class="object-fit-cover z-n1" id="neko" />
</div>
<div class="btn-toolbar justify-content-center gap-2 mt-2 width-main" role="group">
<button role="button" class="btn btn-primary" id="new"><span id="text"><i class="bi bi-arrow-counterclockwise"></i> New one!</span></button>
Expand Down

0 comments on commit da435fb

Please sign in to comment.