Skip to content

Commit

Permalink
Minor visual update
Browse files Browse the repository at this point in the history
Added a media query for the subcategories block.
  • Loading branch information
kricore authored Jan 10, 2017
1 parent ff6627f commit 6d9925e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/com_k2/css/k2.css
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ div.itemList {}
div.itemContainer {float:left;}
div.itemContainerLast {} /* this class is appended to the last container on each row of items (useful when you want to set 0 padding/margin to the last container) */
@media screen and ( max-width:600px ){
div.itemContainer {float:none;display:block;width:100%!important;}
div.itemContainer, div.subCategoryContainer {float:none;display:block;width:100%!important;}
}

/* --- Item block for each item group --- */
Expand Down

0 comments on commit 6d9925e

Please sign in to comment.