Css: add center class in new style

This commit is contained in:
Simon Lehericey 2017-05-05 14:59:00 +02:00
parent dfc7872b63
commit 2668b036b4

View file

@ -9,3 +9,7 @@
.clearfix {
clear: both;
}
.center {
text-align: center;
}