Skip to content

Commit 3e786da

Browse files
committed
feat: add box shadow to cards
1 parent 9364caf commit 3e786da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/react/card/styles.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.frontmatter-view-card {
2-
padding: 1rem;
2+
padding: 20px;
3+
box-shadow: var(--shadow-s);
34
border: 1px solid var(--background-modifier-border);
45
}
56

0 commit comments

Comments
 (0)