From 338b5b1ec293904eeff900da0225b6689db4fa0f Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Sun, 26 Jun 2022 13:12:53 +0200 Subject: [PATCH] Fix margin --- src/great_ai/great_ai/deploy/routes/dashboard/assets/index.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/great_ai/great_ai/deploy/routes/dashboard/assets/index.css b/src/great_ai/great_ai/deploy/routes/dashboard/assets/index.css index 47d92e5..5f500f9 100644 --- a/src/great_ai/great_ai/deploy/routes/dashboard/assets/index.css +++ b/src/great_ai/great_ai/deploy/routes/dashboard/assets/index.css @@ -122,7 +122,6 @@ main > header { main > header > div:nth-child(1) { min-width: 350px; max-width: 450px; - margin-bottom: var(--large-padding); flex: 1; }