Add overlay min-width for very small images in media db
References #265
This commit is contained in:
parent
6dac0b5798
commit
4c97a041cc
@ -2738,6 +2738,10 @@ img.mfp-img {
|
||||
right: 0;
|
||||
padding-top: 0; }
|
||||
|
||||
/* Additional styles for MagnificPopup, do not remove */
|
||||
.mfp-image-holder .mfp-content {
|
||||
min-width: 240px;
|
||||
}
|
||||
|
||||
/* SMALL SCREEN */
|
||||
@media only screen and (min-width: 480px) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user