You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
?The text was updated successfully, but these errors were encountered: