We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c67e20 commit 1727620Copy full SHA for 1727620
src/components/HomepageFeatures.module.css
@@ -77,14 +77,26 @@
77
}
78
.imageContainer {
79
display: flex;
80
- justify-content: space-between;
+ justify-content: center;
81
+ flex-wrap: wrap;
82
+ gap: 1rem;
83
84
.imageContainer .image {
85
width: 5rem;
86
height: 5rem;
87
margin: 0.254rem;
88
object-fit: contain;
89
90
+@media (max-width: 600px) {
91
+ .imageContainer {
92
93
+ }
94
+
95
+ .imageContainer .image {
96
+ width: 3.5rem;
97
+ height: 3.5rem;
98
99
+}
100
@media (max-width: 900px) {
101
.paragraph {
102
max-width: 60%;
@@ -108,4 +120,4 @@
108
120
.featureContainer {
109
121
justify-content: center;
110
122
111
-}
123
0 commit comments