make gaps the same
This commit is contained in:
parent
f23ff8e6b4
commit
b2de7997ea
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue