1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-08 00:27:58 +00:00

Changed images location and effects.

This commit is contained in:
Cotes Chung 2020-01-03 19:41:29 +08:00
parent a42a5bfab4
commit 9495596f49

View File

@ -13,7 +13,12 @@
margin-bottom: 1.5rem; margin-bottom: 1.5rem;
max-width: 100%; max-width: 100%;
height: auto; 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 { .post-tail {