We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b114c4f commit e403204Copy full SHA for e403204
src/sections/Meshery/Meshery-features/index.js
@@ -15,10 +15,19 @@ import img7 from "./feature-images/extensions.webp";
15
const MesheryFeaturesWrapper = styled.div`
16
margin: auto;
17
margin-top: 4rem;
18
+ width: 100%;
19
+ display: block;
20
+ visibility: visible;
21
@media (max-width: 32rem){
22
23
}
24
25
+ @media (max-width: 768px){
26
27
28
+ opacity: 1;
29
+ }
30
+
31
.feature-expose {
32
img {
33
padding: 0 3rem 1rem;
0 commit comments