Added Social and tweaked Home

Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
Tuan-Dat Tran
2024-09-02 18:18:08 +02:00
parent 0ff5419c23
commit f76a7a8c4c
7 changed files with 50 additions and 20 deletions

View File

@@ -676,11 +676,6 @@ video {
display: flex;
}
.size-auto {
width: auto;
height: auto;
}
.h-16 {
height: 4rem;
}
@@ -705,8 +700,8 @@ video {
height: 1px;
}
.h-screen {
height: 100vh;
.h-32 {
height: 8rem;
}
.min-h-screen {
@@ -802,6 +797,12 @@ video {
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(1rem * var(--tw-space-x-reverse));
margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-x-auto {
overflow-x: auto;
}