We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12dad6f commit b8ca3d9Copy full SHA for b8ca3d9
frontend/src/components/Layout.jsx
@@ -133,15 +133,18 @@ const Layout = () => {
133
mb: 1,
134
}}
135
>
136
- <img
137
- src={volcanoLogo}
138
- alt="Volcano Logo"
139
- style={{
140
- maxWidth: "115%",
141
- height: "auto",
142
- marginBottom: "1px",
143
- }}
144
- />
+<img
+ src={volcanoLogo}
+ alt="Volcano Logo"
+ style={{
+ maxWidth: "115%",
+ height: "auto",
+ marginBottom: "1px",
+ '@media (min-width: 600px)': {
+ display: "block",
145
+ },
146
+ }}
147
+/>
148
</Box>
149
</Drawer>
150
0 commit comments