Skip to content

Commit

Permalink
fix: make glow slightly smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkflame72 committed Mar 29, 2024
1 parent de16f1e commit ae2111d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/starlight/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const { title, tagline, actions } = hero!;

@media (min-width: 78rem) {
:global([data-has-hero] .main-pane) {
--cell-size: 3.5rem;
--cell-size: 3rem;
background:
/* radial-gradient(var(--sl-color-green-low), transparent 40%) no-repeat -170vw -55vh /
250vw 250vh, */ radial-gradient(
Expand Down

0 comments on commit ae2111d

Please sign in to comment.