From d2cf408cd27a9edf2b2b151974c437dc36cc73dc Mon Sep 17 00:00:00 2001 From: Tobias Barsnes Date: Thu, 22 Aug 2024 09:28:06 +0200 Subject: [PATCH] chore: fix padding on header in theme (#2301) fixes this: ![image](https://github.com/user-attachments/assets/9e00d738-e5ad-496f-afc1-6c80c1e59bb6) --- 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 {