From a187c5b9f4b6a4df343f4cbd1f66a85b49daca34 Mon Sep 17 00:00:00 2001 From: Colart Lloyd <55253106+Lloydcol@users.noreply.github.com> Date: Thu, 3 Oct 2024 21:17:59 +0200 Subject: [PATCH] CSS tricks --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index cde530c..e80ed9d 100644 --- a/src/style.css +++ b/src/style.css @@ -7,7 +7,7 @@ body { display: flex; height: 100vh; margin: 0; - justify-content: center; + justify-content: space-evenly; } #received-text-container {