diff options
Diffstat (limited to '_sass/yat')
-rw-r--r-- | _sass/yat/_layout.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/_sass/yat/_layout.scss b/_sass/yat/_layout.scss index 04a31b4..020be5e 100644 --- a/_sass/yat/_layout.scss +++ b/_sass/yat/_layout.scss @@ -570,6 +570,10 @@ html { @include center-image; transition: 0.1s all ease-in-out; } + + & > img.img-placeholder { + display: none; + } } .wrapper { |