The editors' meeting has been canceled for technical reasons.
Template:SizeImageBox/Item/styles.css: Difference between revisions
Jump to navigation
Jump to search
Created page with ".item_box_bag_border{ border: 3px solid; border-radius: 12px; overflow: hidden; max-width: 1080px; } .item_box_bag{ background: #C6C6C8 no-repeat center center / 32px 32px; padding: 10px; padding-top: 2px; display: flex; flex-wrap: wrap; justify-content: space-evenly; border: 5px solid; border-color: #FFF #555555 #555555 #FFF; max-width:1080px; } .item_box_bag_title{ width: 100%; padding-left: 22px; font-size: 21px; color: #666666; margin-bottom: 1px;..." |
mobile styles |
||
Line 51: | Line 51: | ||
height: 2px; | height: 2px; | ||
width: 2px; | width: 2px; | ||
} | |||
/* Mobile styles */ | |||
@media (max-width: 768px) { | |||
.item_box_bag_border { | |||
max-width: 100%; | |||
} | |||
.item_box { | |||
width: 100%!important; | |||
} | |||
.item_box_bag_title { | |||
font-size: 18px; | |||
padding-left: 0; | |||
margin-bottom: 5px; | |||
} | |||
} | } |