diff --git a/site/src/routes/index.svelte b/site/src/routes/index.svelte index bce8918f01..1590c864db 100644 --- a/site/src/routes/index.svelte +++ b/site/src/routes/index.svelte @@ -23,7 +23,7 @@ max-width: 120rem; } - .container h3 { color: black } + .container h3 { color: var(--text) } .container ul { list-style: none } /* max line-length ~60 chars */ @@ -36,28 +36,29 @@ --text: hsl(36, 3%, 44%); } - .hero { height: 20rem } + .hero { + margin: 15rem auto; + } - .hero h3 { + .hero h3, .logotype { position: relative; - margin: -3.2rem 0 0 3rem; + left: 3rem; + } + + .logotype { + height: 6rem; } .logo { position: absolute; - top: -23rem; - right: -4rem; + top: -4rem; + right: 0; width: 68rem; height: 68rem; /* mix-blend-mode: multiply; */ will-change: transform; } - .logotype { - margin: 2rem 0 0 0; - height: 12rem; - } - .examples { background: var(--second); color: white; @@ -108,11 +109,11 @@ + +
Svelte logotype

Cybernetically enhanced web apps

- -
diff --git a/site/static/svelte-logotype.svg b/site/static/svelte-logotype.svg index 5628be1ce3..1e0aec15ef 100644 --- a/site/static/svelte-logotype.svg +++ b/site/static/svelte-logotype.svg @@ -1,2 +1,2 @@ - +