Skip to content

Commit a791c8b

Browse files
committed
Minor fix
1 parent eee41e0 commit a791c8b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

dist/aline.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ h6,.h6 {
217217
-webkit-justify-content: flex-start;
218218
justify-content: flex-start
219219
}
220-
.h-center, .js-center, .h-c, .js-c {
220+
.h-center, .jc-center, .h-c, .jc-c {
221221
-webkit-justify-content: center;
222222
justify-content: center
223223
}
@@ -1326,7 +1326,7 @@ body textarea:required:valid {
13261326
-webkit-justify-content: flex-start;
13271327
justify-content: flex-start
13281328
}
1329-
.h-xl-center, .js-xl-center, .h-xl-c, .js-xl-c {
1329+
.h-xl-center, .jc-xl-center, .h-xl-c, .jc-xl-c {
13301330
-webkit-justify-content: center;
13311331
justify-content: center
13321332
}
@@ -1860,7 +1860,7 @@ body textarea:required:valid {
18601860
-webkit-justify-content: flex-start;
18611861
justify-content: flex-start
18621862
}
1863-
.h-l-center, .js-l-center, .h-l-c, .js-l-c {
1863+
.h-l-center, .jc-l-center, .h-l-c, .jc-l-c {
18641864
-webkit-justify-content: center;
18651865
justify-content: center
18661866
}
@@ -2389,7 +2389,7 @@ body textarea:required:valid {
23892389
-webkit-justify-content: flex-start;
23902390
justify-content: flex-start
23912391
}
2392-
.h-m-center, .js-m-center, .h-m-c, .js-m-c {
2392+
.h-m-center, .jc-m-center, .h-m-c, .jc-m-c {
23932393
-webkit-justify-content: center;
23942394
justify-content: center
23952395
}
@@ -2918,7 +2918,7 @@ body textarea:required:valid {
29182918
-webkit-justify-content: flex-start;
29192919
justify-content: flex-start
29202920
}
2921-
.h-s-center, .js-s-center, .h-s-c, .js-s-c {
2921+
.h-s-center, .jc-s-center, .h-s-c, .jc-s-c {
29222922
-webkit-justify-content: center;
29232923
justify-content: center
29242924
}
@@ -3447,7 +3447,7 @@ body textarea:required:valid {
34473447
-webkit-justify-content: flex-start;
34483448
justify-content: flex-start
34493449
}
3450-
.h-xs-center, .js-xs-center, .h-xs-c, .js-xs-c {
3450+
.h-xs-center, .jc-xs-center, .h-xs-c, .jc-xs-c {
34513451
-webkit-justify-content: center;
34523452
justify-content: center
34533453
}
@@ -3976,7 +3976,7 @@ body textarea:required:valid {
39763976
-webkit-justify-content: flex-start;
39773977
justify-content: flex-start
39783978
}
3979-
.h-xxs-center, .js-xxs-center, .h-xxs-c, .js-xxs-c {
3979+
.h-xxs-center, .jc-xxs-center, .h-xxs-c, .jc-xxs-c {
39803980
-webkit-justify-content: center;
39813981
justify-content: center
39823982
}

0 commit comments

Comments
 (0)