Main Page/stylesheet.css: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(Refactored (hopefully I don't break anything))
No edit summary
Line 1: Line 1:
.mp-topbanner {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
padding: 1em !important;
clear: both;
}

.mp-content {
.mp-content {
padding: 0.4em;
padding: 0.4em;
Line 102: Line 94:
display: block !important;
display: block !important;
}
}
}

.mp-topbanner {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
padding: 1em;
clear: both;
margin-bottom: 0.4em;
}
}