1
0
mirror of https://github.com/robsheldon/sscaffold-css.git synced 2025-08-14 01:54:12 +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; display: flex;
flex-direction: column; flex-direction: column;
padding: 0; padding: 0;
margin: 0;
width: 100%; width: 100%;
} }
@@ -584,8 +585,6 @@ main section {
@media (min-width: 40rem) { @media (min-width: 40rem) {
.row { .row {
flex-direction: row; flex-direction: row;
margin-left: -1.0rem;
width: calc(100% + 2.0rem);
} }
.row .column { .row .column {
margin-bottom: inherit; margin-bottom: inherit;