Skip to content

Commit

Permalink
fix: below networking padding
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Mar 3, 2025
1 parent 5204d17 commit 71830d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/explainers/ExplainersList.astro
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const explainers = [
var(--colorBlueBright4) 100%
);
overflow: hidden;
padding-bottom: 1.5rem;
padding-bottom: 3.5rem;
width: 100%;
}
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import DecorativeImage from "~/components/DecorativeImage.astro";
}

.coral-reef-large {
bottom: -15rem;
bottom: -16rem;
left: 60%;
}

Expand Down

0 comments on commit 71830d4

Please sign in to comment.