Skip to content

Commit

Permalink
fix: 4x6 badge
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Sep 23, 2024
1 parent aa660a9 commit d0bc841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/BadgeLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ import "./normalize.css";
</main>
<style>
.badge {
width: 45rem;
height: 60rem;
width: 42rem;
height: 63rem;
position: absolute;
}

Expand Down

0 comments on commit d0bc841

Please sign in to comment.