fix: make the website also work on mobile

This commit is contained in:
2025-01-25 00:45:22 +01:00
parent 1838a25f9a
commit d8f40500bb
5 changed files with 9 additions and 8 deletions

View File

@ -110,7 +110,7 @@ function Subline(
const ctx = useContext(HeroContext);
return (
<div
class={`relative flex items-center z-50 flex gap-5 font-sm text-light mt-3`}
class={`relative flex items-center z-10 flex gap-5 font-sm text-light mt-3`}
style={{ color: ctx.image ? "#1F1F1F" : "white" }}
>
{children}