Currently the whole grid system is made for text with left or right align but what about centered text? E.g. just an image with text centered below it.
That is even hard to do with the current options since there are only even col-sizes like 2, 4, 6, 12 which is very limiting, e.g. the following is not possible:
.col-3.empty --- .col-6 --- .col-3-empty
Maybe we could add a simple .center class to the .ph-item?
Currently the whole grid system is made for text with left or right align but what about centered text? E.g. just an image with text centered below it.
That is even hard to do with the current options since there are only even col-sizes like 2, 4, 6, 12 which is very limiting, e.g. the following is not possible:
Maybe we could add a simple
.center
class to the.ph-item
?