qs image-detail DL

This commit is contained in:
Silke Pisulla 2017-10-16 14:10:02 +02:00
commit 5b3e899e4c

View file

@ -60,7 +60,6 @@
/* + + + + + meta data + + + + + */ /* + + + + + meta data + + + + + */
div.img_detail { div.img_detail {
@media screen { @media screen {
/* vertical minus margin of .img-detail corresponds to the padding of .page */ /* vertical minus margin of .img-detail corresponds to the padding of .page */
background-color: @ini_background_page_header; background-color: @ini_background_page_header;
@ -85,7 +84,6 @@
} }
dl { dl {
@media screen { @media screen {
.display-flex(); .display-flex();
.flex-wrap(); .flex-wrap();
@ -112,18 +110,16 @@
width: 40%; width: 40%;
} }
} }
@media screen {
dd { dd {
padding-left: (@small-spacing * 2); padding-left: (@small-spacing * 2);
@media @screen_min-xs { @media @screen_min-xs {
width: 66.6%; width: 66.6%;
} }
@media @screen_max-xs { @media @screen_max-xs {
width: 59.9%; width: 59.9%;
}
} }
} }
} }