Skip to content

Commit

Permalink
Small fix, bundle should build again now.
Browse files Browse the repository at this point in the history
  • Loading branch information
BraininaBowl committed Jan 15, 2025
1 parent 007f48d commit 8e63d67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ main.article {
list-style: none;
}

.card, .imageblock.cover img {
.card,
.imageblock.cover img {
box-shadow: 6px 7px 14px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
border-radius: 1.25rem;
}
Expand Down

0 comments on commit 8e63d67

Please sign in to comment.