Skip to content

Commit 5bb5a00

Browse files
authored
Merge pull request #105 from divine7022/fix/acknowledgements
2 parents 0214196 + 44741c9 commit 5bb5a00

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

src/components/HomepageFeatures.module.css

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,26 @@
7777
}
7878
.imageContainer {
7979
display: flex;
80-
justify-content: space-between;
80+
justify-content: center;
81+
flex-wrap: wrap;
82+
gap: 1rem;
83+
8184
}
8285
.imageContainer .image {
8386
width: 5rem;
8487
height: 5rem;
8588
margin: 0.254rem;
8689
object-fit: contain;
8790
}
91+
@media (max-width: 600px) {
92+
.imageContainer {
93+
justify-content: center;
94+
}
95+
.imageContainer .image {
96+
width: 3.5rem;
97+
height: 3.5rem;
98+
}
99+
}
88100
@media (max-width: 900px) {
89101
.paragraph {
90102
max-width: 60%;

0 commit comments

Comments
 (0)