update title page size

This commit is contained in:
Dede Fuji Abdul
2023-10-27 09:18:10 +07:00
parent dca8a81670
commit 70a6353c98
2 changed files with 36 additions and 3 deletions

View File

@ -1608,6 +1608,16 @@ select {
border-top-right-radius: 1.5rem;
}
.rounded-t-xl {
border-top-left-radius: 0.75rem;
border-top-right-radius: 0.75rem;
}
.rounded-t-2xl {
border-top-left-radius: 1rem;
border-top-right-radius: 1rem;
}
.border {
border-width: 1px;
}
@ -2030,6 +2040,14 @@ select {
padding-top: 1.25rem;
}
.pt-6 {
padding-top: 1.5rem;
}
.pt-4 {
padding-top: 1rem;
}
.text-left {
text-align: left;
}
@ -2080,6 +2098,11 @@ select {
line-height: 1rem;
}
.text-xl {
font-size: 1.25rem;
line-height: 1.75rem;
}
.font-bold {
font-weight: 700;
}
@ -3195,6 +3218,11 @@ select {
flex-direction: column;
}
.md\:rounded-t-3xl {
border-top-left-radius: 1.5rem;
border-top-right-radius: 1.5rem;
}
.md\:bg-primary-500 {
--tw-bg-opacity: 1;
background-color: rgb(3 91 113 / var(--tw-bg-opacity));
@ -3235,6 +3263,11 @@ select {
font-size: 1.5rem;
line-height: 2rem;
}
.md\:text-3xl {
font-size: 1.875rem;
line-height: 2.25rem;
}
}
@media (min-width: 1024px) {