Skip to content

Commit

Permalink
feat: hidden the box shadow of img in figure
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkHighness committed Apr 7, 2024
1 parent bb1c796 commit b3e396d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _styles/figure.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
.figure-image img {
border-radius: var(--rounded);
overflow: hidden;
box-shadow: var(--shadow);
// box-shadow: var(--shadow); # Hide the shadow
}

.figure-caption {
Expand Down

0 comments on commit b3e396d

Please sign in to comment.