Loading src/components/Header.astro +6 −2 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ const { title, subtitle, isAboutPage } = Astro.props; </script> <style is:inline> :root { --logo-size: 40px; --logo-size: 150px; --header-width: 50vw; } h1 { Loading Loading @@ -54,14 +54,18 @@ const { title, subtitle, isAboutPage } = Astro.props; font-size: 5rem; font-family: var(--font-family-about); margin-left: 4rem; line-height: 5rem; } } } #navigation-menu-container::before { content: url("/assets/logo_ornl_leaf.svg"); content: url("/assets/logo_ornl_green.svg"); width: var(--logo-size); height: var(--logo-size); margin-right: 20px; position: relative; display: inline-block; top: 10px; } #navigation-menu-container { height: 56px; Loading Loading
src/components/Header.astro +6 −2 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ const { title, subtitle, isAboutPage } = Astro.props; </script> <style is:inline> :root { --logo-size: 40px; --logo-size: 150px; --header-width: 50vw; } h1 { Loading Loading @@ -54,14 +54,18 @@ const { title, subtitle, isAboutPage } = Astro.props; font-size: 5rem; font-family: var(--font-family-about); margin-left: 4rem; line-height: 5rem; } } } #navigation-menu-container::before { content: url("/assets/logo_ornl_leaf.svg"); content: url("/assets/logo_ornl_green.svg"); width: var(--logo-size); height: var(--logo-size); margin-right: 20px; position: relative; display: inline-block; top: 10px; } #navigation-menu-container { height: 56px; Loading