From 60b20575ab450febac88ea4515154dd99f8e5a21 Mon Sep 17 00:00:00 2001 From: Yunhe Wang Date: Wed, 24 Jun 2020 13:22:02 +0800 Subject: [PATCH] Update stylesheet.css --- stylesheet.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/stylesheet.css b/stylesheet.css index fecc4f80..7971706a 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -127,8 +127,8 @@ background: #ffffff; } .navbar { - height: 40px; - line-height: 40px; + height: 50px; + line-height: 50px; background: #003264; position: fixed; top: 0; @@ -140,7 +140,6 @@ background: #ffffff; color: #f2f2f2; text-align: center; padding: 14px 16px; - text-decoration: none; font-size: 14px; font-family: 'Lato', Verdana, Helvetica, sans-serif; font-weight: 700 @@ -153,6 +152,6 @@ background: #ffffff; a.anchor { position: relative; - top: -30px; + top: -50px; visibility: hidden; }