update energy

This commit is contained in:
lb
2023-07-02 10:55:10 +08:00
parent 54b3cce498
commit 60616fcb0e
7 changed files with 133 additions and 108 deletions

View File

@@ -14,6 +14,10 @@
justify-content: start;
}
.justify-center {
justify-content: center;
}
.justify-start {
justify-content: center;
}
@@ -22,6 +26,10 @@
align-items: center;
}
.self-stretch {
align-self: stretch;
}
.w-full {
width: 100%;
}
@@ -33,3 +41,7 @@
.h-half {
height: 50%;
}
.h-auto {
height: auto;
}