diff --git a/crates/plcom/css/main.css b/crates/plcom/css/main.css index 2dcc3d7..933dc0b 100644 --- a/crates/plcom/css/main.css +++ b/crates/plcom/css/main.css @@ -1,6 +1,9 @@ -@tailwind base; -@tailwind components; -@tailwind utilities; +@import "tailwindcss"; + +@theme { + --almostscreen: 90vh; + --halfscreen: 60vh; +} /* Fixed background when scrolling in tailwind * Disabled on iOS devices diff --git a/crates/plcom/src/pages/root/hero.rs b/crates/plcom/src/pages/root/hero.rs index 2c8e665..a9da6c6 100644 --- a/crates/plcom/src/pages/root/hero.rs +++ b/crates/plcom/src/pages/root/hero.rs @@ -68,7 +68,7 @@ pub fn hero(wallpaper: Option<&'static Wallpaper>) -> impl IntoAny {
impl IntoAny { -
+