ONTRAPAGEZ-567

#Comments adds override for offset column.
This commit is contained in:
Jonathan Preston 2015-06-22 12:18:06 -07:00
parent 43dac3ba12
commit c6895d8b60

View File

@ -39,6 +39,11 @@ Skeleton Grid Size Extension
.one-and-fourth.columns {
width: 7.3333333%;
}
.offset-by-one.column.first-visible,
.offset-by-one.columns.first-visible {
margin-left: 8.66666666667%;
}
}
/* For devices smaller than 768px */
@media (min-width: 550px) and (max-width: 850px) {
@ -68,6 +73,11 @@ Skeleton Grid Size Extension
.tablet-six.first-in-row.columns {
margin-left: 0;
}
.offset-by-one.column.first-visible,
.offset-by-one.columns.first-visible {
margin-left: 0;
}
}
/* =====================================================================================================================
blocks