From 58519b219bbc6b797ee32c1f39ace98603b9c013 Mon Sep 17 00:00:00 2001 From: Kenneth Jao Date: Mon, 7 Sep 2020 16:31:24 -0400 Subject: [PATCH] more css changes --- resume/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resume/main.css b/resume/main.css index 80ff9c2..41732a3 100755 --- a/resume/main.css +++ b/resume/main.css @@ -50,7 +50,7 @@ h3 { .topCont { width: 100%; - height: 25vw; + height: 20vw; } .midCont { @@ -58,7 +58,7 @@ h3 { } #mainCont .topCont h1 { - padding: 15% 0 0 10%; + padding: 13% 0 0 10%; font-size: 300%; }