We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a93e00 + cac6845 commit df59067Copy full SHA for df59067
1 file changed
css/display.css
@@ -21,9 +21,22 @@
21
flex-wrap: wrap-reverse;
22
}
23
24
+
25
+.align-items-baseline {
26
+ align-items: baseline;
27
+}
28
.align-items-center {
29
align-items: center;
30
31
+.align-items-stretch {
32
+ align-items: stretch;
33
34
+.align-items-flex-start {
35
+ align-items: flex-start;
36
37
+.align-items-flex-end {
38
+ align-items: flex-end;
39
40
41
42
.justify-content-space-around {
0 commit comments