From 7ec1c1eb05738d9d45b1e2e5d3321cc086c0176f Mon Sep 17 00:00:00 2001 From: PikachuEXE Date: Thu, 28 Jul 2022 01:57:52 +0800 Subject: [PATCH] ! Fix style issue introduced in https://github.com/FreeTubeApp/FreeTube/pull/2398 (#2405) --- 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 f04531d2c..00e1d2827 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 {