From 21c6303e87c4db3e067f3839f3aa60a379cb4b96 Mon Sep 17 00:00:00 2001 From: cv <34649812+cpvalente@users.noreply.github.com> Date: Mon, 25 Oct 2021 11:33:58 +0200 Subject: [PATCH] style: interface spacing - less padding between elements --- client/src/features/editors/Editor.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/features/editors/Editor.module.css b/client/src/features/editors/Editor.module.css index 6e365d546..6cef00d0f 100644 --- a/client/src/features/editors/Editor.module.css +++ b/client/src/features/editors/Editor.module.css @@ -114,7 +114,7 @@ h1 { } .content { - padding-top: 1.5em; + padding-top: 0.5em; } .cornerButtonContainer {