From 34487b826755ba40659695a090bcca7c3e22d912 Mon Sep 17 00:00:00 2001 From: "Glitch (hello-webpage)" Date: Thu, 15 Oct 2020 17:34:52 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=8E=F0=9F=8F=87=20Checkpoint=20./style?= =?UTF-8?q?.css:617503/606=20./index.html:617503/120?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- style.css | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index dc83913..7af7653 100644 --- a/index.html +++ b/index.html @@ -17,8 +17,8 @@
Hello world! -
+
diff --git a/style.css b/style.css index 736c02a..8f63d1f 100644 --- a/style.css +++ b/style.css @@ -30,9 +30,9 @@ body { } .wrapper { - min-height: 100vh; + min-height: 95vh; display: grid; - place-items: left; + place-items: center; } .content { @@ -48,6 +48,7 @@ body { } .btn--remix { + font-family: HK Grotesk; padding-left: .75rem; padding-right: .75rem; padding-top: .5rem; @@ -69,5 +70,6 @@ body { } .illustration { + max-width: 80%; }