Fixes #103 grid issues (ty @CreativeJuiz)

master
Addy Osmani 2014-06-23 17:00:44 +01:00
parent a0a86e3937
commit ffada58ba4
2 changed files with 5 additions and 0 deletions

View File

@ -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; }
}

View File

@ -1678,6 +1678,10 @@ pre {
margin-right: 0;
}
.g-medium--last + .g-medium--half {
clear: left;
}
.g--pull-half {
margin-right: 52.25%;
}