From f6fe40e125a99bd3ea47c476f6a95b6e820a51aa Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Wed, 13 Oct 2021 07:29:09 -0400 Subject: Adding square leaves to the tree --- resume.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'resume.css') diff --git a/resume.css b/resume.css index 3275691..d580d80 100755 --- a/resume.css +++ b/resume.css @@ -1,5 +1,6 @@ body { font-size: 14px !important; + width: 100%; } header { @@ -15,6 +16,7 @@ header { } #resume { + width: 80%; position: relative; text-align: left; background-color: white; -- cgit v1.2.1