From ada7e2de99de2b87f5a1ca3ba7f1896c8a664d21 Mon Sep 17 00:00:00 2001 From: mattkae Date: Wed, 22 Jun 2022 21:04:35 -0400 Subject: Remove leftover files --- resume.css~ | 74 ------------------------------------------------------------- 1 file changed, 74 deletions(-) delete mode 100755 resume.css~ (limited to 'resume.css~') diff --git a/resume.css~ b/resume.css~ deleted file mode 100755 index 87faecd..0000000 --- a/resume.css~ +++ /dev/null @@ -1,74 +0,0 @@ -body { - font-size: 14px !important; -} - -header { - padding-bottom: 1rem; -} - -#actions_container { - padding-bottom: 1rem; - - display: flex; - flex-direction: row; - justify-content: flex-end; -} - -#resume { - text-align: left; - background-color: white; - border-radius: 2px; - color: black; - padding: 2rem; - font-family: Arial,Helvetica Neue,Helvetica,sans-serif !important; - line-height: 1.2rem; -} - -#resume > div { - width: 100%; - text-align: left; -} - -h2 { - font-size: 1.5rem !important; - font-variant: small-caps; - border-bottom: 1px solid #d9d9d9; - font-weight: bold; - width: 100%; - padding: 0; - margin: 0; - line-height: 2rem; -} - -.skill-section { - width: 100%; - display: flex; - flex-direction: row; -} - -.skill-section > h3 { - width: 25%; - font-weight: bold; - font-size: 1rem; - margin: 0; - padding: 0; -} - -.skill-section > div { - width: 75%; -} - -.experience-header > div { - display: flex; - flex-direction: row; - justify-content: space-between; -} - -#resume.resume_fullscreen { - position: fixed; - top: 0; - left: 0; - width: calc(100vw - 4rem); - height: calc(100vh - 4rem); - overflow: auto; -} -- cgit v1.2.1