diff --git a/src/components/P1/Header/Header.astro b/src/components/P1/Header/Header.astro index 435b198..14c9df4 100644 --- a/src/components/P1/Header/Header.astro +++ b/src/components/P1/Header/Header.astro @@ -1,13 +1,13 @@ --- -import React from "react"; import "./HeaderStyles.css"; import HeaderContent from "./HeaderContent.astro"; -import image from "@astrojs/image"; --- -
-
-

+
+
+

diff --git a/src/components/P1/Header/HeaderStyles.css b/src/components/P1/Header/HeaderStyles.css index 66fe96a..ba0ebc7 100644 --- a/src/components/P1/Header/HeaderStyles.css +++ b/src/components/P1/Header/HeaderStyles.css @@ -1,19 +1,10 @@ .header-container { - align-items: flex-start; - display: flex; margin-block: calc(77px + 1.5625vw); z-index: -1 !important; } .header { - color: var(--white); font-family: var(--font-family-jetbrains_mono); - font-weight: 400; - font-style: normal; - letter-spacing: -6px; - line-height: calc(75px + (110 - 75) * ((100vw - 300px) / (1600 - 300))); - text-align: center; - width: 100%; } .header-alt { @@ -21,12 +12,6 @@ font-family: var(--font-family-jetbrains_mono); } -.header-alignment { - display: flex; - flex-direction: column; - justify-content: center; -} - .header-underscore { animation: blink 1.3s step-end infinite; } diff --git a/src/components/P1/Vision/Vision.astro b/src/components/P1/Vision/Vision.astro index b76be45..a24bfea 100644 --- a/src/components/P1/Vision/Vision.astro +++ b/src/components/P1/Vision/Vision.astro @@ -5,7 +5,11 @@ import "./VisionStyles.css";
-

OUR VISION

+

+ OUR VISION +

Make Web3 easy for everyone

Web3 offers freedom of speech, data sovereignty, and privacy. We diff --git a/src/pages/index.astro b/src/pages/index.astro index 694f032..fc5f0f5 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -19,6 +19,7 @@ import "../index.css"; content="Lume Web - Web3 for the masses | Install the Lume Web3 Extension and have a 1-click gateway into the Web3 internet on Opera, Vivaldi, Edge, and Firefox." /> +