1
0
mirror of https://github.com/robsheldon/sscaffold-css.git synced 2025-08-20 04:31:24 +02:00

Fix a padding conflict between skeleton's and milligram's grids.

This commit is contained in:
Rob
2019-12-27 14:44:25 -08:00
parent fa104cf458
commit c0950b1413

View File

@@ -632,6 +632,7 @@ main article > * {
.two-thirds.column, .two-thirds.column,
.one-half.column { .one-half.column {
margin-left: 4%; margin-left: 4%;
padding: 0;
} }
.one.column:first-child, .one.column:first-child,