move copyright text to Welcome Page

This commit is contained in:
Dede Fuji Abdul
2023-10-27 16:17:01 +07:00
parent 32cca709d9
commit 309b37f355
2 changed files with 20 additions and 3 deletions

View File

@ -1248,6 +1248,18 @@ select {
height: 80vh;
}
.h-screen {
height: 100vh;
}
.h-\[90vh\] {
height: 90vh;
}
.h-\[calc\(90vh-24px\)\] {
height: calc(90vh - 24px);
}
.max-h-0 {
max-height: 0px;
}