From bde95e4e3e47c9c05e3a54e8c8c660545cf01a38 Mon Sep 17 00:00:00 2001 From: barsnes Date: Thu, 22 Aug 2024 08:21:22 +0200 Subject: [PATCH] chore: fix padding on header in theme --- apps/theme/app/globals.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/theme/app/globals.css b/apps/theme/app/globals.css index ce110a69ab..6a4ad1b975 100644 --- a/apps/theme/app/globals.css +++ b/apps/theme/app/globals.css @@ -19,8 +19,6 @@ body { box-shadow: 0 2px 20px 0 #c5c5c5; background-color: #fff !important; animation: 500ms ease-in-out 0s normal none 1 running fadeInDown; - padding-top: 0; - padding-bottom: 0; } .is-sticky .ColorPicker_label__kYLHj {