(Add css for mobile dive site display) Tag: Reverted |
(Move infobox css to common) Tag: Reverted |
||
Line 12: | Line 12: | ||
order: 2; | order: 2; | ||
} | } | ||
} | |||
.divesiteinfobox { | |||
float: right; | |||
margin-left: 15px; | |||
} | } |
Revision as of 16:01, 29 May 2024
/* CSS placed here will be applied to all skins */ @media(max-width:767px) { .container { display: flex; flex-wrap: wrap; } .divesiteinfobox { order: 1; } .content { order: 2; } } .divesiteinfobox { float: right; margin-left: 15px; }