From be08f5ab31a79c41b1f6f768831b02feba16a3ae Mon Sep 17 00:00:00 2001 From: mattkae Date: Sun, 18 Dec 2022 10:02:16 -0500 Subject: Update to sidebar --- resume.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'resume.css') diff --git a/resume.css b/resume.css index e6b4256..a71be83 100755 --- a/resume.css +++ b/resume.css @@ -125,6 +125,32 @@ header { margin-right: 0.5rem; } +.skills_table { + width: 100%; + margin-bottom: 2rem; + border-spacing: 0; + border: 1px solid gray; + border-radius: 2px; +} + +.skills_table th { + text-align: center; +} + +.skills_table th, .skills_table tr:not(:last-child) td { + border-bottom: 1px solid lightgray; +} + +.skills_table tr th { + color: #2E4C6D; +} + +.skills_table td, th { + font-size: 0.9rem; + padding: 0.35rem 0.5rem; + width: 50%; +} + #skills_section { display: flex; flex-direction: column; -- cgit v1.2.1