From 2cdc62447a7ac97b22214dcc00be05b55be46715 Mon Sep 17 00:00:00 2001 From: mattkae Date: Sat, 10 Dec 2022 12:01:31 -0500 Subject: Updated resume to contain proper stylings on download --- resume.css | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'resume.css') diff --git a/resume.css b/resume.css index 0cbf4a1..b91ab25 100755 --- a/resume.css +++ b/resume.css @@ -38,8 +38,8 @@ header { } #resume_sidebar { - width: auto; - margin-right: 1rem; + width: 204px; + margin-right: 24px; } #resume_header { @@ -70,12 +70,15 @@ header { } #resume_header_contact span { - margin-top: 5px; + margin-bottom: 8px; font-size: 16px; + display: flex; + flex-direction: row; + align-items: center; } #resume_header_contact i { - margin-right: 0.25rem; + margin-right: 8px; font-style: normal; } @@ -136,8 +139,8 @@ header { .skills_section_bar { position: relative; - width: 204px; - height: 24px; + width: 100%; + height: 16px; background-color: white; border-radius: 3px; border: 1px solid lightgray; @@ -151,6 +154,7 @@ header { width: 100%; background-image: linear-gradient(to right,#007acc, #00E091); border-radius: 3px; + background-size: 204px 100%; } .skills_section_bar_fill.one { -- cgit v1.2.1