vertical alignment

This commit is contained in:
2023-10-20 22:23:47 -07:00
parent ffcc43ba5e
commit 2fc9a71577
2 changed files with 13 additions and 5 deletions

View File

@@ -1755,6 +1755,10 @@ input:checked + .toggle-bg {
place-self: end;
}
.self-start {
align-self: flex-start;
}
.justify-self-start {
justify-self: start;
}
@@ -2208,6 +2212,10 @@ input:checked + .toggle-bg {
vertical-align: baseline;
}
.align-top {
vertical-align: top;
}
.text-2xl {
font-size: 1.5rem;
line-height: 2rem;