diff --git a/src/components/Header.module.css b/src/components/Header.module.css index 8e39327659fad2932a2b1c35dbd4fc28532b20a0..6207f67ff63e2c4e6ee2ea83cadc0a6bd1da568c 100644 --- a/src/components/Header.module.css +++ b/src/components/Header.module.css @@ -6,7 +6,7 @@ align-items: center; width: 100%; - height: 120px; + height: 100px; border-bottom: 2px solid #ddd; padding: 20px; @@ -43,7 +43,7 @@ } .header_nav li { - font-size: 19px; + font-size: 18px; cursor: pointer; margin-right: 175px; }