"ماڈیول:Message box/ambox.css" کے نسخوں کے درمیان فرق

move the margin setting to a media block
use standard 720px which is a convenient balance with what responsive.css gadgets are doing and what monobook.css is doing
سطر 93: سطر 93:
}
}


@media (min-width: 550px) {
@media (min-width: 720px) {
.ambox {
.ambox {
margin: 0 10%;                  /* 10% = Will not overlap with other elements */
margin: 0 10%;                  /* 10% = Will not overlap with other elements */
}
}
}
}