fix: app page layout
This commit is contained in:
@@ -123,7 +123,7 @@ export function ASCIIConverter() {
|
||||
{/* ── Main layout ────────────────────────────────────────── */}
|
||||
<div
|
||||
className="grid grid-cols-1 lg:grid-cols-5 gap-4"
|
||||
style={{ height: 'calc(100svh - 220px)', minHeight: '620px' }}
|
||||
style={{ height: 'calc(100svh - 220px)' }}
|
||||
>
|
||||
{/* Left panel: text input + font selector */}
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user