From 7da483ba7ca91854a82a38363c541d9bae7931d8 Mon Sep 17 00:00:00 2001 From: Vladyslav Hroshev Date: Sat, 17 Jun 2023 13:09:43 +0300 Subject: [PATCH] Panel: decrease panel size --- css/panel.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/panel.css b/css/panel.css index 89e37ab..24497be 100644 --- a/css/panel.css +++ b/css/panel.css @@ -1,7 +1,7 @@ /* Panel */ #panel { background-color: BACKGROUND-COLOR; - height: 38px; + height: 36px; font-size: 14px; box-shadow: none; }