Skip to content

Commit

Permalink
Tweaked badge paddings
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Sep 15, 2024
1 parent b7cf986 commit b332b42
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/pages/badge/front.astro
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ const role = Astro.url.searchParams.get("role");
width: 100%;
}

.top {
padding: 1.75rem 0;
}

.date {
font-size: 3rem;
margin-top: 1rem;
Expand All @@ -67,9 +71,9 @@ const role = Astro.url.searchParams.get("role");
var(--colorBackdropDark) 20%,
var(--colorBackdropLight) 100%
);
margin-top: 3rem;
position: relative;
height: 35rem;
height: 31rem;
margin-top: 1rem;
width: 100%;
align-items: center;
justify-content: center;
Expand Down Expand Up @@ -98,6 +102,6 @@ const role = Astro.url.searchParams.get("role");
font-weight: var(--fontWeightBold);
font-size: 3rem;
position: relative;
padding-bottom: 1rem;
padding-bottom: 1.75rem;
}
</style>

0 comments on commit b332b42

Please sign in to comment.