From 9fa4a5a36eb46cb7c2fb6d3d6a17749df5efbc97 Mon Sep 17 00:00:00 2001 From: PikachuEXE Date: Fri, 29 Jul 2022 10:47:37 +0800 Subject: [PATCH] ! Fix style issue introduced in https://github.com/FreeTubeApp/FreeTube/pull/2399 (#2421) --- src/renderer/App.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/renderer/App.css b/src/renderer/App.css index f04531d2..00e1d282 100644 --- a/src/renderer/App.css +++ b/src/renderer/App.css @@ -17,11 +17,10 @@ .banner { width: 80%; - margin: 0 auto; + margin: 20px auto 0; } .flexBox { - margin-top: 60px; display: block; } @@ -45,7 +44,7 @@ .banner { width: 80%; - margin-top: 60px; + margin-top: 20px; } .flexBox {