forked from mirror/_s
Add sass missing center alignment clearing
This commit is contained in:
parent
d02cc4fa70
commit
4d58874616
|
@ -11,5 +11,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.aligncenter {
|
.aligncenter {
|
||||||
|
clear: both;
|
||||||
@include center-block;
|
@include center-block;
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue