feat: increase height of the banner on the homepage

This commit is contained in:
saicaca
2024-07-27 15:20:35 +08:00
parent b0337a997e
commit f28ad1b8e6
4 changed files with 29 additions and 39 deletions

View File

@@ -49,8 +49,8 @@ rainbow-dark = linear-gradient(to right, oklch(0.70 0.10 0), oklch(0.70 0.10 30)
:root
--radius-large 1rem
--banner-height-home 60vh
--banner-height 40vh
--banner-height-home 65vh
--banner-height 35vh
--content-delay 150ms
@@ -258,10 +258,10 @@ color_set({
@apply text-black/25 dark:text-white/25
}
html.is-changing .transition-fade {
html.is-changing .transition-swup-fade {
@apply transition-all duration-200
}
html.is-animating .transition-fade {
html.is-animating .transition-swup-fade {
@apply opacity-0 translate-y-4
}
}