feat: move to tailwindcss from twind

This commit is contained in:
2023-12-14 13:49:38 +01:00
parent d5975e9103
commit 01a9fbd673
10 changed files with 39 additions and 19 deletions

View File

@ -21,9 +21,9 @@ function Wrapper(
) {
return (
<div
class={`flex justify-between flex-col relative w-full min-h-[${
image ? 400 : 200
}px] rounded-3xl overflow-hidden`}
class={`flex justify-between flex-col relative w-full ${
image ? "min-h-[400px]" : "min-h-[200px]"
} rounded-3xl overflow-hidden`}
>
<HeroContext.Provider value={{ image }}>
{image &&