মিডিয়াউইকি:Common.css: সংশোধিত সংস্করণের মধ্যে পার্থক্য
অবয়ব
সম্পাদনা সারাংশ নেই ট্যাগ: পুনর্বহালকৃত |
সম্পাদনা সারাংশ নেই ট্যাগ: পুনর্বহালকৃত |
||
১ নং লাইন: | ১ নং লাইন: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
@media (max-width: 768px) { | |||
. | .infobox-container { | ||
display: flex; | display: flex !important; | ||
flex- | flex-direction: column-reverse !important; | ||
width: 100% !important; | |||
} | |||
} | .infobox { | ||
float: none !important; | |||
width: 100% !important; | |||
.infobox { | margin: 10px 0 0 0 !important; | ||
float: | } | ||
.content { | |||
width: | margin-right: 0 !important; | ||
margin | width: 100% !important; | ||
} | } | ||
. | |||
margin- | |||
width: 100%; | |||
} | } |
০১:১৯, ২৭ ফেব্রুয়ারি ২০২৫ তারিখে সংশোধিত সংস্করণ
/* CSS placed here will be applied to all skins */
@media (max-width: 768px) {
.infobox-container {
display: flex !important;
flex-direction: column-reverse !important;
width: 100% !important;
}
.infobox {
float: none !important;
width: 100% !important;
margin: 10px 0 0 0 !important;
}
.content {
margin-right: 0 !important;
width: 100% !important;
}
}