refactor: remove unused hero section classes from index.html and who.html for cleaner code

This commit is contained in:
George Birikorang 2025-09-16 15:03:50 -07:00
parent 19ee12ec15
commit bef8c25c0c
2 changed files with 0 additions and 22 deletions

View file

@ -840,9 +840,6 @@
}
/* Hero section class for targeting */
.hero-section {
/* This class will be added to the hero section for targeting */
}
/* Mobile menu button styling */
@media (max-width: 768px) {

View file

@ -1467,25 +1467,6 @@
}
/* Section classes for targeting */
.hero-section {
/* This class will be added to the hero section for targeting */
}
.dream-design-deliver {
/* This class will be added to the dream design deliver section for targeting */
}
.mission-vision {
/* This class will be added to the mission vision section for targeting */
}
.values-section {
/* This class will be added to the values section for targeting */
}
.team-section {
/* This class will be added to the team section for targeting */
}
/* Homepage-style menu outline and waves */
#menuWrap { position: relative; overflow: visible; }