Added css classes for vertical alignment;

This commit is contained in:
Eraldo Hasanaj
2019-01-16 18:02:04 +01:00
parent 7e92247fff
commit 7c4a00a086

View File

@@ -1 +1,12 @@
/* You can add global styles to this file, and also import other style files */
.align-left {
text-align: left;
}
.align-center {
text-align: center;
}
.align-right {
text-align: right;
}