We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b11e639 commit 36bd19aCopy full SHA for 36bd19a
1 file changed
assets/css/post.scss
@@ -13,7 +13,12 @@
13
margin-bottom: 1.5rem;
14
max-width: 100%;
15
height: auto;
16
- filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.08));
+ // 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%);
22
}
23
24
.post-tail {
@@ -260,4 +265,4 @@
260
265
#post-extend-wrapper {
261
266
margin-right: calc((100% - 1150px) / 8 + 300px);
262
267
263
-}
268
+}
0 commit comments