মডিউল:Message box/ambox.css: সংশোধিত সংস্করণের মধ্যে পার্থক্য

match parent
move the margin setting to a media block
১ নং লাইন: ১ নং লাইন:
/* {{pp|small=y}} */
/* {{pp|small=y}} */
.ambox {
.ambox {
margin: 0 10%;                  /* 10% = Will not overlap with other elements */
border: 1px solid #a2a9b1;
border: 1px solid #a2a9b1;
/* @noflip */
/* @noflip */
৯২ নং লাইন: ৯১ নং লাইন:
padding: 0;
padding: 0;
width: 1px;
width: 1px;
}
@media (min-width: 550px) {
.ambox {
margin: 0 10%;                  /* 10% = Will not overlap with other elements */
}
}
}