Skip to content

Commit

Permalink
🎨 [Contact] Switch to fixed position
Browse files Browse the repository at this point in the history
  • Loading branch information
beefchimi committed Jul 22, 2024
1 parent b3686eb commit 662c219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Contact.astro
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ import {SecretEmail} from '@scripts/SecretEmail';

.Contact {
z-index: var(--index-thermosphere);
position: absolute;
position: fixed;
bottom: var(--space-tight);
left: var(--space-tight);
display: grid;
Expand Down

0 comments on commit 662c219

Please sign in to comment.