fix: app page layout

This commit is contained in:
2026-03-01 12:14:55 +01:00
parent dc638ac4d3
commit 2abbdf407f
9 changed files with 11 additions and 13 deletions

View File

@@ -34,7 +34,7 @@ export default function Calculator() {
{/* Main layout — side-by-side on lg, tabbed on mobile */}
<div
className="grid grid-cols-1 lg:grid-cols-5 gap-4"
style={{ height: 'calc(100svh - 220px)', minHeight: '620px' }}
style={{ height: 'calc(100svh - 220px)' }}
>
{/* Expression panel */}
<div