diff --git a/desafio-5/src/components/modules/header.module.scss b/desafio-5/src/components/modules/header.module.scss index ffb7183..a8321b5 100644 --- a/desafio-5/src/components/modules/header.module.scss +++ b/desafio-5/src/components/modules/header.module.scss @@ -72,7 +72,6 @@ height: 72%; img{ width: 100%; - // height: 3.25vh; } } } @@ -231,7 +230,8 @@ align-items: center; padding: 25px 16px; gap: 10px; - background: pink; + height: 16.297vh; + // background: pink; &-menu{ border: none; min-height: 22.5px; @@ -242,7 +242,24 @@ height: 100%; } } + &-logo{ + border: 0; + max-width: 136px; + width: 39.652%; + img{ + width: 100%; + } + } + &-cart{ + height: 28px; + max-height: 100%; + img{ + min-width: 28px; + height: 28px; + max-width: 100%; + } } + } // Top-header-desktop &-top { diff --git a/desafio-5/src/components/scripts/header.tsx b/desafio-5/src/components/scripts/header.tsx index 931b1a6..c384012 100644 --- a/desafio-5/src/components/scripts/header.tsx +++ b/desafio-5/src/components/scripts/header.tsx @@ -38,17 +38,17 @@ const Header = () =>{
- {/*