We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80052d1 commit 2351281Copy full SHA for 2351281
src/components/PortfolioPreview.astro
@@ -60,7 +60,7 @@ const { data, slug } = Astro.props.project;
60
grid-area: 2 / 1 / 3 / 3;
61
z-index: 1;
62
margin: 0.5rem;
63
- padding: 0.5rem 1rem;
+ box-shadow: 0 0 2rem 2rem var(--gray-999);
64
background: var(--gray-999);
65
color: var(--gray-200);
66
border-radius: 0.375rem;
0 commit comments