Fixes #103 grid issues (ty @CreativeJuiz)
parent
a0a86e3937
commit
ffada58ba4
|
@ -72,6 +72,7 @@
|
|||
}
|
||||
|
||||
.g-medium--last { margin-right: 0; }
|
||||
.g-medium--last + .g-medium--half { clear: left; }
|
||||
|
||||
.g--pull-half { margin-right: 50% + $mediumGutterWidth/2; }
|
||||
}
|
||||
|
|
|
@ -1678,6 +1678,10 @@ pre {
|
|||
margin-right: 0;
|
||||
}
|
||||
|
||||
.g-medium--last + .g-medium--half {
|
||||
clear: left;
|
||||
}
|
||||
|
||||
.g--pull-half {
|
||||
margin-right: 52.25%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue