make gaps the same

This commit is contained in:
a 2021-01-31 09:36:51 -06:00
parent f23ff8e6b4
commit b2de7997ea
1 changed files with 1 additions and 1 deletions

View File

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