Changed images location and effects.

This commit is contained in:
Cotes Chung 2020-01-03 19:41:29 +08:00
parent a42a5bfab4
commit 9495596f49
1 changed files with 7 additions and 2 deletions

View File

@ -13,7 +13,12 @@
margin-bottom: 1.5rem;
max-width: 100%;
height: auto;
filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.08));
// filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.08));
position: relative;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.post-tail {
@ -260,4 +265,4 @@
#post-extend-wrapper {
margin-right: calc((100% - 1150px) / 8 + 300px);
}
}
}