From 331ae6a01c69ec826db92eabb0d6e8a92a46b260 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Thu, 9 Dec 2021 09:40:34 -0500 Subject: [PATCH] fix: incorrect top padding on mobile panel --- less/mobile.less | 1 - 1 file changed, 1 deletion(-) diff --git a/less/mobile.less b/less/mobile.less index 2990cc6..9474e05 100644 --- a/less/mobile.less +++ b/less/mobile.less @@ -42,7 +42,6 @@ #panel { background-color: inherit; min-height: 100%; - padding-top: 80px; padding-bottom: 40px; }