fix: remove redundant text elements and standardize layout properties across multiple HTML files for improved consistency

This commit is contained in:
George Birikorang 2025-09-02 08:01:20 -04:00
parent 7d35a5a187
commit 914de4c029
8 changed files with 26 additions and 63 deletions

View file

@ -163,9 +163,7 @@
}
/* Hero section class for targeting */
.hero-section {
/* This class will be added to the hero section for targeting */
}
.hero-section { contain: layout; }
/* Homepage-style menu outline and waves */
#menuWrap { position: relative; overflow: visible; }
@ -195,8 +193,8 @@
<!-- Logo -->
<div class="flex items-center gap-3 mb-12">
<a href="index.html" class="flex items-center gap-3 hover:opacity-80 transition-opacity">
<img src="assets/images/kh3_logo.png" alt="KH3" class="w-20 h-20" />
<span class="text-white text-2xl font-bold tracking-wider">KH3</span>
<img src="assets/images/kh3_logo.png" alt="KH3" class="w-12 h-12" />
</a>
</div>
@ -526,12 +524,9 @@
<img
src="assets/images/kh3_logo.png"
alt="KH3"
class="w-20 h-20"
class="w-12 h-12"
/>
<span
class="text-white text-2xl font-bold tracking-wider drop-shadow-lg"
>KH3</span
>
</a>
</div>