forked from mirror/_s
Merge pull request #801 from corvannoorloos/patch-3
Add clearing rule to centre-aligned elements in order to match CSS file.
This commit is contained in:
commit
1c28a359f1
|
@ -11,5 +11,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.aligncenter {
|
.aligncenter {
|
||||||
|
clear: both;
|
||||||
@include center-block;
|
@include center-block;
|
||||||
}
|
}
|
Reference in New Issue