Skip to content

Commit 3127fe7

Browse files
committed
Update hero component height for medium screens
1 parent 8e58343 commit 3127fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/hero/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ void main() {
246246
}, []);
247247

248248
return (
249-
<div className="w-full overflow-clip h-[calc(100dvh-356px)] lg:h-[calc(100dvh-256px)]">
249+
<div className="w-full overflow-clip h-[calc(100dvh-356px)] md:h-[calc(100dvh-256px)]">
250250
<div
251251
ref={containerRef}
252252
className="w-[calc(100%-2rem)] mx-4 h-full overflow-clip"

0 commit comments

Comments
 (0)