diff --git a/site/src/routes/_components/Blurb.svelte b/site/src/routes/_components/Blurb.svelte index 5f657def74..5c9243fefa 100644 --- a/site/src/routes/_components/Blurb.svelte +++ b/site/src/routes/_components/Blurb.svelte @@ -144,8 +144,8 @@

Read the introductory blog post to learn more.

-
-
+	
+
 npx degit sveltejs/template my-svelte-project
 cd my-svelte-project
 
diff --git a/site/src/routes/index.svelte b/site/src/routes/index.svelte
index 1590c864db..2a3a191136 100644
--- a/site/src/routes/index.svelte
+++ b/site/src/routes/index.svelte
@@ -37,26 +37,29 @@
 	}
 
 	.hero {
-		margin: 15rem auto;
+		margin: 10rem auto;
 	}
 
 	.hero h3, .logotype {
 		position: relative;
-		left: 3rem;
+		left: 1.6rem;
+	}
+
+	.hero h3 {
+		font-size: 2rem;
 	}
 
 	.logotype {
-		height: 6rem;
+		height: 4rem;
 	}
 
 	.logo {
 		position: absolute;
 		top: -4rem;
-		right: 0;
-		width: 68rem;
-		height: 68rem;
-		/* mix-blend-mode: multiply; */
+		right: 4rem;
+		width: 52rem;
 		will-change: transform;
+		display: none;
 	}
 
 	.examples {
@@ -93,6 +96,30 @@
 		border: 2px solid var(--second);
 	}
 
+	@media (min-width: 640px) {
+		.logotype {
+			height: 6rem;
+		}
+
+		.hero h3 {
+			font-size: var(--h3);
+		}
+	}
+
+	@media (min-width: 800px) {
+		.logo {
+			display: block;
+		}
+
+		.hero {
+			margin: 15rem auto;
+		}
+
+		.hero h3, .logotype {
+			left: 3rem;
+		}
+	}
+
 	@media (min-width: 920px) {
 		.example {
 			display: grid;
@@ -104,7 +131,7 @@
 
 
 
-	Svelte • The magical disappearing UI framework
+	Svelte • Cybernetically enhanced web apps