SPR-814: detail.php "show img " - responsive dl
This commit is contained in:
parent
ee135d5f6e
commit
9d6c0ae999
1 changed files with 4 additions and 4 deletions
|
@ -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%;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue