From a8e98f235a244f0ade438871331f29efe5af0fa7 Mon Sep 17 00:00:00 2001 From: timka Date: Thu, 23 Nov 2023 18:05:19 +0300 Subject: [PATCH] fix margins on /add --- src/App.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/App.css b/src/App.css index e7b670c..8f75cdf 100644 --- a/src/App.css +++ b/src/App.css @@ -18,10 +18,6 @@ body { background-color: #1B1A1F; } -.addForm { - margin-top: 200px; -} - .linkInput { margin-top: 100px; width: 300px;