From e12de8b792cbe6028e95792c5a824a787f88417a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Schmelczer?= Date: Sat, 4 Jun 2022 14:08:54 +0200 Subject: [PATCH] Fix margin --- .../great_ai/great_ai/deploy/routes/dashboard/assets/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/great_ai/src/great_ai/great_ai/deploy/routes/dashboard/assets/index.css b/great_ai/src/great_ai/great_ai/deploy/routes/dashboard/assets/index.css index 711fdc3..47d92e5 100644 --- a/great_ai/src/great_ai/great_ai/deploy/routes/dashboard/assets/index.css +++ b/great_ai/src/great_ai/great_ai/deploy/routes/dashboard/assets/index.css @@ -119,7 +119,7 @@ main > header { justify-content: space-between; } -main > header > div { +main > header > div:nth-child(1) { min-width: 350px; max-width: 450px; margin-bottom: var(--large-padding);