mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-28 20:58:17 +00:00
property order
This commit is contained in:
parent
95f34be093
commit
4ab7c93bcc
1 changed files with 1 additions and 1 deletions
|
|
@ -38,8 +38,8 @@
|
||||||
%column-basics {
|
%column-basics {
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 1px;
|
min-height: 1px;
|
||||||
padding-left: ($grid-gutter-width / 2);
|
|
||||||
padding-right: ($grid-gutter-width / 2);
|
padding-right: ($grid-gutter-width / 2);
|
||||||
|
padding-left: ($grid-gutter-width / 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin make-col($size, $columns: $grid-columns) {
|
@mixin make-col($size, $columns: $grid-columns) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue