1
0
mirror of https://github.com/robsheldon/sscaffold-css.git synced 2025-08-13 09:34:33 +02:00

Fix alignment. I can't figure out why milligram extended .row elements beyond the edges of their parent and the git history for milligram offers no clues. I'm removing it for now until a clear need appears.

This commit is contained in:
Rob
2019-12-24 14:40:37 -08:00
parent ed56b79db2
commit 178ff3fe76

View File

@@ -395,6 +395,7 @@ main section {
display: flex;
flex-direction: column;
padding: 0;
margin: 0;
width: 100%;
}
@@ -584,8 +585,6 @@ main section {
@media (min-width: 40rem) {
.row {
flex-direction: row;
margin-left: -1.0rem;
width: calc(100% + 2.0rem);
}
.row .column {
margin-bottom: inherit;