Jump to content

Module:Message box/ambox.css: Difference between revisions

No edit summary
spacing
Line 6: Line 6:
background-color: #563030;
background-color: #563030;
box-sizing: border-box;
box-sizing: border-box;
    margin: 1em 0;
}
}


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