Skip to content

Commit

Permalink
redesign detail page
Browse files Browse the repository at this point in the history
  • Loading branch information
Fauzanmhr committed Sep 1, 2024
1 parent b9ad599 commit 8cc0bba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/detail.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@

<!-- Score Overlay (Top Left) -->
<div class="position-absolute top-0 start-0 p-2">
<span class="badge bg-dark fs-5"><%= anime.skor %></span>
<span class="badge text-dark bg-white fs-6"><%= anime.skor %></span>
</div>

<!-- Status Overlay (Bottom Right) -->
<div class="position-absolute bottom-0 end-0 p-2">
<span class="badge text-bg-dark fs-5"><%= anime.status %></span>
<span class="badge text-dark bg-white fs-6"><%= anime.status %></span>
</div>
</div>
</div>
Expand Down

0 comments on commit 8cc0bba

Please sign in to comment.