Skip to content

Commit 36bd19a

Browse files
committed
Changed images location and effects.
1 parent b11e639 commit 36bd19a

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

assets/css/post.scss

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@
1313
margin-bottom: 1.5rem;
1414
max-width: 100%;
1515
height: auto;
16-
filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.08));
16+
// filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.08));
17+
position: relative;
18+
left: 50%;
19+
-webkit-transform: translateX(-50%);
20+
-ms-transform: translateX(-50%);
21+
transform: translateX(-50%);
1722
}
1823

1924
.post-tail {
@@ -260,4 +265,4 @@
260265
#post-extend-wrapper {
261266
margin-right: calc((100% - 1150px) / 8 + 300px);
262267
}
263-
}
268+
}

0 commit comments

Comments
 (0)