summaryrefslogtreecommitdiff
path: root/resume.css
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-12-18 10:02:16 -0500
committermattkae <mattkae@protonmail.com>2022-12-18 10:04:42 -0500
commitbe08f5ab31a79c41b1f6f768831b02feba16a3ae (patch)
tree964b3e12057f7477f52748a5eeb12701a27ff74a /resume.css
parent4f5074fa431cba03ed0cd76739e95a2c4662266a (diff)
Update to sidebar
Diffstat (limited to 'resume.css')
-rwxr-xr-xresume.css26
1 files changed, 26 insertions, 0 deletions
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;