diff --git a/assets/css/uno.css b/assets/css/uno.css index 7584f7c..cea4dc2 100644 --- a/assets/css/uno.css +++ b/assets/css/uno.css @@ -33,6 +33,7 @@ .h-0\.75rem{height:0.75rem;} .h-100\%, .h-full{height:100%;} +.h-100vh{height:100vh;} .h-15rem{height:15rem;} .h-1rem{height:1rem;} .h-3rem{height:3rem;} @@ -66,6 +67,7 @@ .justify-between{justify-content:space-between;} .gap-2{gap:0.5rem;} .overflow-x-hidden{overflow-x:hidden;} +.overflow-y-hidden{overflow-y:hidden;} .scroll-smooth{scroll-behavior:smooth;} .bg-black{--un-bg-opacity:1;background-color:rgb(0 0 0 / var(--un-bg-opacity)) /* #000 */;} .bg-gray{--un-bg-opacity:1;background-color:rgb(156 163 175 / var(--un-bg-opacity)) /* #9ca3af */;} @@ -100,7 +102,6 @@ .underline-offset-3{text-underline-offset:3px;} .no-underline{text-decoration:none;} .opacity-50{opacity:0.5;} -.h-screen{height:100vh;height:100dvh;} .min-h-screen{min-height:100vh;min-height:100dvh;} .w-screen{width:100vw;width:100dvw;} .text-stroke-1px{-webkit-text-stroke-width:1px;text-stroke-width:1px;} diff --git a/handlers/pages/home.templ b/handlers/pages/home.templ index e0f827f..2945548 100644 --- a/handlers/pages/home.templ +++ b/handlers/pages/home.templ @@ -30,7 +30,7 @@ templ (p *Home) page() { BodyClasses: "scroll-smooth snap-normal snap-y snap-mandatory", }) {
@@ -156,7 +156,7 @@ templ (p *Home) page() { >
@@ -194,8 +194,8 @@ templ (p *Home) page() {