diff --git a/frontend/src/components/TheHeaderV2.vue b/frontend/src/components/TheHeaderV2.vue index 96df0f87f..e3632d68e 100644 --- a/frontend/src/components/TheHeaderV2.vue +++ b/frontend/src/components/TheHeaderV2.vue @@ -47,8 +47,8 @@
- +
@@ -97,6 +97,9 @@ +
+ +
@@ -113,6 +116,7 @@ import TheSearchTerms from "@/components/TheSearchTerms.vue"; import navigationMenus from "@/data/navigationMenu.json"; import { ENTITY_MAP } from "@/data/toolEntityConfig"; import DropdownButton from "./TheDropdownButton.vue"; +import TheHeroTools from "./TheHeroTools.vue"; import TheNexus from "./TheNexus.vue"; import TheScrollButton from "./TheScrollButton.vue"; import TheSearchSuggestions from "./TheSearchSuggestions.vue"; @@ -446,7 +450,7 @@ Its here to align with the styling of old nav items. */ width: 80%; max-width: 68em; margin: 0 auto; - padding: 3.5em 2em; + padding: 2.5em 2em; gap: 1.2em; border-radius: 20px; background: white; @@ -455,7 +459,7 @@ Its here to align with the styling of old nav items. */ text-align: center; transition: box-shadow 0.3s ease; - @media (max-width: 1200px) { + @media (max-width: 1300px) { padding: 1.8em; } } @@ -473,7 +477,6 @@ Its here to align with the styling of old nav items. */ .hero-header h1 { color: #333; font-weight: 600; - font-size: clamp(1.75rem, 5vw, 2.5rem); font-size: 1.75em; strong { display: block; diff --git a/frontend/src/components/TheHeroTools.vue b/frontend/src/components/TheHeroTools.vue new file mode 100644 index 000000000..9699b3fa5 --- /dev/null +++ b/frontend/src/components/TheHeroTools.vue @@ -0,0 +1,59 @@ + + + diff --git a/frontend/src/components/TheScrollButton.vue b/frontend/src/components/TheScrollButton.vue index ec47ff7a5..e435ad98a 100644 --- a/frontend/src/components/TheScrollButton.vue +++ b/frontend/src/components/TheScrollButton.vue @@ -34,7 +34,7 @@ function scrollToHomePageSection() {