Merge branch 'feature/site-features-and-mockup'
This commit is contained in:
commit
4513fae23e
@ -111,7 +111,7 @@ export function LandingPage() {
|
||||
|
||||
{/* ★ 입력 카드와 발행 사이트 띠를 **같은 밴드**에 겹친다(아임웹과 같은 구조).
|
||||
띠를 카드 아래 따로 두면 첫 화면이 세로로 길어지고, 카드가 뜬금없이 혼자 뜬다. */}
|
||||
<div className="relative mt-14">
|
||||
<div className={`relative mt-14 ${buildMode ? '' : 'min-h-52'}`}>
|
||||
<div className="pointer-events-none absolute top-1/2 left-1/2 w-screen -translate-x-1/2 -translate-y-1/2">
|
||||
<ShowcasePeeks />
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user