From 7d2dbac57f594b013d1ca65d955336aa2a231807 Mon Sep 17 00:00:00 2001 From: k74 Date: Fri, 6 Oct 2023 19:47:38 +0100 Subject: [PATCH] Center meme templates --- src/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style.css b/src/style.css index 1daa100..41eb8cf 100644 --- a/src/style.css +++ b/src/style.css @@ -3,4 +3,5 @@ flex-wrap: wrap; gap:90px; padding:30px; + justify-content: center; }