Module 3 KIT&GO

This commit is contained in:
2022-01-17 16:07:34 +01:00
parent 884864c014
commit f9bef38f64
6 changed files with 66 additions and 6 deletions

View File

@@ -118,10 +118,10 @@ $widthvalues: (0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 75, 100, 125, 150, 200,
/* POSITIONING */
.ta-r {
text-align: right;
text-align: end;
}
.ta-l {
text-align: left;
text-align: start;
}
.ta-c {
text-align: center;