Skip to content

Commit

Permalink
💄 [404] Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
beefchimi committed Jul 25, 2024
1 parent 27cf559 commit 7c01851
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/components/Stars.astro
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ const {default: patternStarsHtml} = await import(
.Stars {
position: fixed;
inset: 0;
overflow: hidden;
pointer-events: none;
background: linear-gradient(
48deg,
Expand Down
2 changes: 1 addition & 1 deletion src/pages/404.astro
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ import Stars from '@components/Stars.astro';
gap: var(--space-tight);
padding: var(--space);
text-align: center;
max-width: 80rem;
max-width: 90rem;
animation: rainbowSpin 4s linear infinite both;
}

Expand Down

0 comments on commit 7c01851

Please sign in to comment.