增加 h-screen class

This commit is contained in:
iVampireSP.com 2023-02-28 18:58:15 +08:00
parent 5f41eafd64
commit 9a9725fb76
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -21,3 +21,8 @@ h5,
h6 {
font-weight: 400;
}
.h-screen {
height: 100vh;
}