Skip to content
Snippets Groups Projects
Commit 7bdcd31c authored by Dries Buytaert's avatar Dries Buytaert
Browse files

Issue #1879786 by echoz: preview Images overlap in NARROW screens.

parent d9964fc6
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,19 @@
top: 50%;
}
/**
* Improve image style preview on narrow viewports.
*/
@media screen and (max-width: 470px) {
.image-style-preview .preview-image-wrapper {
float: none;
margin-bottom: 1em;
}
.image-style-preview .preview-image-wrapper:last-child {
margin-bottom: 0;
}
}
/**
* Image anchor element.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment