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:
sarah ✈ semark 2015-08-21 14:08:01 +01:00
commit 1c28a359f1
1 changed files with 2 additions and 1 deletions

View File

@ -11,5 +11,6 @@
}
.aligncenter {
clear: both;
@include center-block;
}