From cc269a2ff36c87727497613dad3e4add398ae4c3 Mon Sep 17 00:00:00 2001 From: "arlemp@selectel.ru" Date: Tue, 16 Nov 2021 01:59:31 +0300 Subject: [PATCH] correct height leftmenu --- header.php | 2 +- style.css | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/header.php b/header.php index 0f386e5..540cc44 100644 --- a/header.php +++ b/header.php @@ -4,7 +4,7 @@ <?php wp_title('|', true, 'right');?><?=get_bloginfo('name')?> - + diff --git a/style.css b/style.css index 62bf753..44b90ec 100644 --- a/style.css +++ b/style.css @@ -561,8 +561,10 @@ a{ ul.menu_left li{ font-weight: bold; font-size: 12px; + height: 23px; line-height: 150%; text-transform: uppercase; + padding-top: 2px; padding-left: 28px; margin-bottom: 16px; }