UX: style tweaks

This commit is contained in:
Pieter Vander Vennet 2024-01-02 18:23:36 +01:00
parent 3d54a8392b
commit b30d9edccf
2 changed files with 5 additions and 5 deletions

View file

@ -1071,14 +1071,14 @@ video {
height: 6rem;
}
.h-full {
height: 100%;
}
.h-screen {
height: 100vh;
}
.h-full {
height: 100%;
}
.h-32 {
height: 8rem;
}