Add right align

This commit is contained in:
Thomas Cole 2022-01-19 20:36:41 -05:00
parent 9309503aee
commit 498cfdfccc

View File

@ -20,6 +20,10 @@
text-align: left;
}
.align-right{
text-align: right;
}
.fill-width{
width: 100%;
}