This commit is contained in:
2024-09-06 11:23:44 +02:00
parent 20836cd502
commit 64efecfde2
6 changed files with 95 additions and 39 deletions

View File

@ -624,6 +624,11 @@ video {
margin-bottom: 1.5rem;
}
.mx-1 {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.mb-1 {
margin-bottom: 0.25rem;
}
@ -692,6 +697,14 @@ video {
height: 1.75rem;
}
.h-10 {
height: 2.5rem;
}
.h-8 {
height: 2rem;
}
.min-h-full {
min-height: 100%;
}