From b2de7997ea55157b24880c7270ca5f695f188296 Mon Sep 17 00:00:00 2001 From: a Date: Sun, 31 Jan 2021 09:36:51 -0600 Subject: [PATCH] make gaps the same --- assets/scss/index/testimonials.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scss/index/testimonials.scss b/assets/scss/index/testimonials.scss index cd483db..ae8db35 100644 --- a/assets/scss/index/testimonials.scss +++ b/assets/scss/index/testimonials.scss @@ -1,7 +1,7 @@ .testimonials { display: flex; flex-flow: row wrap; - gap: 1em; + gap: 2em; justify-content: center; } .testimonial {