Skip to content

Commit

Permalink
fix: badge/front vertical centering
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Sep 23, 2024
1 parent d0bc841 commit 95835c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/badge/front.astro
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ const role = Astro.url.searchParams.get("role");

<style>
.badge-front-body-area {
height: 34rem;
margin-top: 1rem;
height: 36rem;
margin-top: 3rem;
}

.name {
Expand Down

0 comments on commit 95835c0

Please sign in to comment.