revamp i guess
This commit is contained in:
parent
0b04eed82b
commit
fe79418bfd
@ -24,7 +24,7 @@ export default function Home() {
|
||||
</noscript>
|
||||
<NolaGlitchClientOnly />
|
||||
<Sosmed />
|
||||
<article className="space-y-6 leading-relaxed relative">
|
||||
<article className="space-y-5 leading-relaxed relative text-sm">
|
||||
<HomeText />
|
||||
</article>
|
||||
<section className="my-8">
|
||||
|
@ -72,10 +72,6 @@ export const FakeRelativeWindow = ({
|
||||
}
|
||||
}, []);
|
||||
|
||||
useEffect(() => {
|
||||
console.log(windowManager.windows)
|
||||
}, [windowManager.windows]);
|
||||
|
||||
useEffect(() => {
|
||||
if (popupRef.current) popupRef.current.style.transform = `translate(${currentWindow?.offset.x || 0}px, ${currentWindow?.offset.y || 0}px)`;
|
||||
}, [currentWindow?.offset])
|
||||
|
@ -15,7 +15,7 @@ export const SimpleArticle = ({
|
||||
Back
|
||||
</ButtonPrimary>
|
||||
</Link>
|
||||
<article className="space-y-6 [&_p]:leading-relaxed relative [&_h1]:text-2xl [&_h2]:text-xl">
|
||||
<article className="space-y-5 [&_p]:leading-relaxed relative [&_h1]:text-2xl [&_h2]:text-xl">
|
||||
{children}
|
||||
</article>
|
||||
</div>
|
||||
|
@ -98,6 +98,7 @@ export const HomeWindows = () => (
|
||||
width={240}
|
||||
height={200}
|
||||
quality={10}
|
||||
priority={false}
|
||||
unoptimized
|
||||
/>
|
||||
</FakeRelativeWindow>
|
||||
|
Loading…
x
Reference in New Issue
Block a user