centralize header

Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
Tuan-Dat Tran
2024-09-03 12:40:48 +02:00
parent bec4c608f1
commit 3610f338aa
2 changed files with 7 additions and 1 deletions

View File

@@ -1318,6 +1318,10 @@ video {
flex-direction: row;
}
.sm\:items-center {
align-items: center;
}
.sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));