Skip to content

Commit e403204

Browse files
committed
Fix: Mobile view
Signed-off-by: Khusham Bansal <kbkhushambansal@gmail.com>
1 parent b114c4f commit e403204

File tree

1 file changed

+9
-0
lines changed
  • src/sections/Meshery/Meshery-features

1 file changed

+9
-0
lines changed

src/sections/Meshery/Meshery-features/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,19 @@ import img7 from "./feature-images/extensions.webp";
1515
const MesheryFeaturesWrapper = styled.div`
1616
margin: auto;
1717
margin-top: 4rem;
18+
width: 100%;
19+
display: block;
20+
visibility: visible;
1821
@media (max-width: 32rem){
1922
margin-top: 4rem;
2023
}
2124
25+
@media (max-width: 768px){
26+
display: block;
27+
visibility: visible;
28+
opacity: 1;
29+
}
30+
2231
.feature-expose {
2332
img {
2433
padding: 0 3rem 1rem;

0 commit comments

Comments
 (0)