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.
2 parents 0214196 + 44741c9 commit 5bb5a00Copy full SHA for 5bb5a00
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
85
.imageContainer .image {
86
width: 5rem;
87
height: 5rem;
88
margin: 0.254rem;
89
object-fit: contain;
90
91
+@media (max-width: 600px) {
92
+ .imageContainer {
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%;
0 commit comments