From 5b56bc3afbcd0d8620a25f6da73992b41de742a6 Mon Sep 17 00:00:00 2001 From: Quinten Date: Tue, 19 Dec 2023 11:56:14 +0100 Subject: [PATCH] Refactor: style changes --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 2945f6a..7de249d 100644 --- a/style.css +++ b/style.css @@ -40,6 +40,8 @@ body { #input { position: relative; + max-width: 650px; + margin: 0px auto; } #input > svg {