huaisianhuang 3 years ago
parent
commit
912368b284
2 changed files with 4 additions and 4 deletions
  1. 2 2
      css/style.css
  2. 2 2
      scss/main.scss

+ 2 - 2
css/style.css

@@ -41,8 +41,8 @@ body {
       height: 90vh; } }
   .header__logo {
     display: block;
-    width: 143px;
-    height: 53px;
+    width: 163px;
+    height: 67px;
     overflow: hidden;
     background-image: url(../images/logo.svg);
     background-repeat: no-repeat;

+ 2 - 2
scss/main.scss

@@ -48,8 +48,8 @@ body {
     }
     &__logo {
         display: block;
-        width: 143px;
-        height: 53px;
+        width: 163px;
+        height: 67px;
         overflow: hidden;
         background-image: url(../images/logo.svg);
         background-repeat: no-repeat;