Sfoglia il codice sorgente

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 3 settimane fa
parent
commit
d1760892d3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 {
   float: right;
-  height: 80px;
+  height: 50px;
   display: flex;
   align-items: flex-end;
   padding-bottom: 15px;