mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
(Fix) info-grid: only add offset to second row in wide variation
This commit is contained in:
parent
50cd9687f3
commit
2e0769b04f
1 changed files with 3 additions and 1 deletions
|
@ -60,7 +60,9 @@ $m: 'info-grid';
|
|||
&--wide {
|
||||
.#{$m}__item {
|
||||
@extend .col-sm-5;
|
||||
@extend .col-sm-offset-1;
|
||||
&:nth-child(2n) {
|
||||
@extend .col-sm-offset-1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue