Fixed index text align on mobile

This commit is contained in:
Thomas Cole 2021-08-11 20:13:52 -04:00
parent e80ac81063
commit a519ca9049

View File

@ -13,6 +13,7 @@
align-items: center; align-items: center;
justify-content: center; justify-content: center;
flex-direction: column; flex-direction: column;
text-align: center;
} }
.hello{ .hello{