make gaps the same

This commit is contained in:
a 2021-01-31 09:36:51 -06:00
parent f23ff8e6b4
commit b2de7997ea

View file

@ -1,7 +1,7 @@
.testimonials { .testimonials {
display: flex; display: flex;
flex-flow: row wrap; flex-flow: row wrap;
gap: 1em; gap: 2em;
justify-content: center; justify-content: center;
} }
.testimonial { .testimonial {