From 2b187fc46daa8293b679bfc707effe70fb7d1c12 Mon Sep 17 00:00:00 2001 From: Cameron Squire Date: Sun, 21 Jan 2018 15:00:21 -0800 Subject: [PATCH] sizes --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 70a252d..251cfb1 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,7 @@ h1 { font-family: 'Shrikhand', sans-serif; color: white; + font-size: 60px; } body { background-color: black; @@ -13,7 +14,7 @@ img.logo { position: relative; float: left; - width: 30%; + width: 10%; }