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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user