Преглед изворни кода

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 недеља
родитељ
комит
d1760892d3
1 измењених фајлова са 1 додато и 1 уклоњено
  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;