This commit is contained in:
pacnpal
2024-10-29 14:55:24 -04:00
parent 66114514c1
commit 3054209646
82 changed files with 241 additions and 174 deletions

View File

@@ -2182,6 +2182,10 @@ select {
height: 2rem;
}
.h-6 {
height: 1.5rem;
}
.min-h-\[calc\(100vh-16rem\)\] {
min-height: calc(100vh - 16rem);
}
@@ -2214,6 +2218,10 @@ select {
width: 100%;
}
.w-6 {
width: 1.5rem;
}
.max-w-3xl {
max-width: 48rem;
}