update boxes

This commit is contained in:
lb
2023-06-30 14:48:11 +08:00
parent 3c69bc58bf
commit 5f344d3344
10 changed files with 87 additions and 147 deletions

View File

@@ -2,10 +2,22 @@
display: flex;
}
.flex-col {
flex-direction: column;
}
.justify-between {
justify-content: space-between;
}
.justify-start {
justify-content: start;
}
.justify-start {
justify-content: center;
}
.w-full {
width: 100%;
}
@@ -14,3 +26,6 @@
height: 100%;
}
.h-half {
height: 50%;
}