Skip to content

Commit 2351281

Browse files
committed
update : projects ui
1 parent 80052d1 commit 2351281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/PortfolioPreview.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const { data, slug } = Astro.props.project;
6060
grid-area: 2 / 1 / 3 / 3;
6161
z-index: 1;
6262
margin: 0.5rem;
63-
padding: 0.5rem 1rem;
63+
box-shadow: 0 0 2rem 2rem var(--gray-999);
6464
background: var(--gray-999);
6565
color: var(--gray-200);
6666
border-radius: 0.375rem;

0 commit comments

Comments
 (0)