make gaps the same
This commit is contained in:
parent
f23ff8e6b4
commit
b2de7997ea
|
@ -1,7 +1,7 @@
|
|||
.testimonials {
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
gap: 1em;
|
||||
gap: 2em;
|
||||
justify-content: center;
|
||||
}
|
||||
.testimonial {
|
||||
|
|
Loading…
Reference in a new issue