Skip to content

Commit 3a8448d

Browse files
committed
refactor(dog-component): update layout to hide dog component on smaller screens
1 parent 1e672ed commit 3a8448d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/layouts/widgetify-card/components/pet-dog.component.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,10 @@ export const DogComponent = () => {
231231
}
232232

233233
return (
234-
<div ref={containerRef} className="absolute bottom-0 w-full h-full overflow-hidden">
234+
<div
235+
ref={containerRef}
236+
className="absolute bottom-0 hidden w-full h-32 overflow-hidden lg:flex"
237+
>
235238
<div
236239
className="absolute transition-transform duration-300"
237240
style={{

0 commit comments

Comments
 (0)