Skip to content

Commit b8ca3d9

Browse files
committed
fixed logo fix issue
Signed-off-by: Shruti78 <[email protected]>
1 parent 12dad6f commit b8ca3d9

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

frontend/src/components/Layout.jsx

+12-9
Original file line numberDiff line numberDiff line change
@@ -133,15 +133,18 @@ const Layout = () => {
133133
mb: 1,
134134
}}
135135
>
136-
<img
137-
src={volcanoLogo}
138-
alt="Volcano Logo"
139-
style={{
140-
maxWidth: "115%",
141-
height: "auto",
142-
marginBottom: "1px",
143-
}}
144-
/>
136+
<img
137+
src={volcanoLogo}
138+
alt="Volcano Logo"
139+
style={{
140+
maxWidth: "115%",
141+
height: "auto",
142+
marginBottom: "1px",
143+
'@media (min-width: 600px)': {
144+
display: "block",
145+
},
146+
}}
147+
/>
145148
</Box>
146149
</Drawer>
147150

0 commit comments

Comments
 (0)