Skip to content

Commit b1f7151

Browse files
markdown cards box-shadow
1 parent de643ce commit b1f7151

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/css/_article.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,8 @@ main:not(.home-main) {
258258
margin-bottom: 30px;
259259
padding: 20px;
260260
height: calc(100% - 30px);
261-
border: 2px solid $grey-dark;
261+
border: 2px solid #E5E5E5;
262+
box-shadow: 0px 4px 7px rgba(196, 196, 196, .5);
262263
transition: border-color .2s ease-in-out;
263264

264265
&.ri-link:hover {

0 commit comments

Comments
 (0)