We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e58343 commit 3127fe7Copy full SHA for 3127fe7
src/components/hero/index.tsx
@@ -246,7 +246,7 @@ void main() {
246
}, []);
247
248
return (
249
- <div className="w-full overflow-clip h-[calc(100dvh-356px)] lg:h-[calc(100dvh-256px)]">
+ <div className="w-full overflow-clip h-[calc(100dvh-356px)] md:h-[calc(100dvh-256px)]">
250
<div
251
ref={containerRef}
252
className="w-[calc(100%-2rem)] mx-4 h-full overflow-clip"
0 commit comments