Commit 25ec83b4 authored by Wohlgemuth, Jason's avatar Wohlgemuth, Jason
Browse files

feat: Use full logo on index

parent 0c47da88
Loading
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -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 {
@@ -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;