update quick-post image size

This commit is contained in:
Simon Vieille 2021-11-22 23:51:34 +01:00
parent 46fa917c4e
commit 332822597d

View file

@ -458,7 +458,7 @@ pre[class*="language-"] {
.quick-image {
img {
width: 100%;
height: 350px;
height: 450px;
background-position: center center;
background: #f2f2f2 url('../images/quick-post-load.png') no-repeat center center;
border: 2px solid $color-very-light-grey;