Parcourir la source

fix: remove gap between header and banner

- Reduce header-nav-wrapper height from 80px to 50px
- Total height (50px + 15px padding-bottom) = 65px matches logo visual bottom
- Prevents extra whitespace at bottom of header

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
Ryuiso il y a 3 semaines
Parent
commit
d1760892d3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/components/Header.vue

+ 1 - 1
src/components/Header.vue

@@ -197,7 +197,7 @@ export default {
 
 
 #header .header-nav .header-nav-wrapper {
 #header .header-nav .header-nav-wrapper {
   float: right;
   float: right;
-  height: 80px;
+  height: 50px;
   display: flex;
   display: flex;
   align-items: flex-end;
   align-items: flex-end;
   padding-bottom: 15px;
   padding-bottom: 15px;