From 7dffd00253a52a59be218d7a1f3f06ef9a918054 Mon Sep 17 00:00:00 2001 From: Marshall <363752922@qq.com> Date: Wed, 7 Oct 2020 09:20:32 -0400 Subject: [PATCH] adjust height --- gutenberg/new_nav.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gutenberg/new_nav.css b/gutenberg/new_nav.css index bb44360..0ba6a14 100644 --- a/gutenberg/new_nav.css +++ b/gutenberg/new_nav.css @@ -6,7 +6,7 @@ nav { right: 0; top: 0; z-index: 999; - height: 40px; + height: 3.6em; font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; } #main_logo { @@ -54,10 +54,10 @@ nav { color: black; font-size: 0.7em; width: 115%; - margin-top: 40px; + margin-top: 3.6em; margin-left: 129px; - height: 40px; - } + height: 3.6em; +} nav .donate p { margin-top: 0px; margin-left: 10px;