SPR-814: detail.php "show img " - responsive dl

This commit is contained in:
Silke Pisulla 2017-04-20 12:29:06 +02:00
commit 9d6c0ae999

View file

@ -99,11 +99,11 @@
background-color: @ini_highlight;
color: @ini_highlight_text;
@media @screen_min-xxs {
@media @screen_min-xs {
width: 33.3%;
}
@media @screen_max-xxs {
@media @screen_max-xs {
width: 40%;
}
}
@ -111,11 +111,11 @@
dd {
padding-left: (@small-spacing * 2);
@media @screen_min-xxs {
@media @screen_min-xs {
width: 66.6%;
}
@media @screen_max-xxs {
@media @screen_max-xs {
width: 59.9%;
}
}