টেমপ্লেট:Worldbox person: সংশোধিত সংস্করণের মধ্যে পার্থক্য
সম্পাদনা সারাংশ নেই |
সম্পাদনা সারাংশ নেই |
||
১১৭ নং লাইন: | ১১৭ নং লাইন: | ||
@media (max-width: 768px) { | @media (max-width: 768px) { | ||
.infobox-container { | .infobox-container { | ||
flex-direction: column-reverse; | flex-direction: column-reverse !important; | ||
display: flex !important; | |||
} | } | ||
.infobox { | .infobox { | ||
float: none; | float: none !important; | ||
width: 100%; | width: 100% !important; | ||
margin: 10px 0 0 0; | margin: 10px 0 0 0 !important; | ||
} | } | ||
.content { | .content { | ||
margin-right: 0; | margin-right: 0 !important; | ||
width: 100%; | width: 100% !important; | ||
} | } | ||
} | } |