commit
78929b22df
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user