From f143b52e79a71914e662c017a267381d0d2920ad Mon Sep 17 00:00:00 2001 From: Axel Cureno Basurto Date: Wed, 4 Dec 2024 19:40:05 -0800 Subject: [PATCH] Update margin in render-view for improved layout consistency --- studio/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/studio/style.css b/studio/style.css index 6495d82a..d2b3cfa8 100644 --- a/studio/style.css +++ b/studio/style.css @@ -201,7 +201,7 @@ content-navigation { } render-view { - margin: 16px; + margin: 20px 16px; display: flex; gap: 16px; flex-wrap: wrap;