summaryrefslogtreecommitdiff
path: root/resume.css
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-06-22 20:32:28 -0400
committermattkae <mattkae@protonmail.com>2022-06-22 20:32:28 -0400
commit29059f552223d70bdab287b0d121567cec0ed6c7 (patch)
tree2e729f819b9d8e6d632d92e1ba98ccbab2b8fd26 /resume.css
parent430d60baf909a01c2b167c65071f0e003d770aaf (diff)
Update of resume
Diffstat (limited to 'resume.css')
-rwxr-xr-xresume.css111
1 files changed, 52 insertions, 59 deletions
diff --git a/resume.css b/resume.css
index e5b983f..e426252 100755
--- a/resume.css
+++ b/resume.css
@@ -23,102 +23,64 @@ header {
text-align: left;
background-color: white;
color: black;
- font-family: Arial,Helvetica Neue,Helvetica,sans-serif !important;
+ font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
line-height: 1.2rem;
padding-bottom: 1rem;
}
-#resume_button_container {
- position: absolute;
- top: 0;
- right: 1rem;
- text-align: right;
-
-}
-
-#resume_button_container > button {
- border: none;
- background-color: transparent;
-}
-
-#resume_button_container > button:hover {
- cursor: pointer;
- opacity: 0.8;
-}
-
-#resume.resume_fullscreen {
- position: fixed;
- top: 0;
- left: 0;
- padding: 2rem;
- width: calc(100vw - 4rem);
- height: calc(100vh - 4rem);
- overflow: auto;
-}
-
-
-#resume > div {
- text-align: left;
-}
-
-#resume > header {
+#resume_header {
width: 100%;
- text-align: center;
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+ justify-content: space-between;
}
-#resume > header > h1 {
- font-size: 1.7rem;
+#resume_header > h1 {
+ font-size: 30px;
padding: 0;
margin: 0;
font-weight: 500;
}
-#resume > header > div {
- padding-top: 0.8rem;
+#resume_header_contact {
}
-#resume > header > div > span {
- padding-right: 0.5rem;
- padding-left: 0.5rem;
+#resume_header_contact span {
+ margin-right: 0.5rem;
+ margin-left: 0.5rem;
}
-#resume > header > div > span > i {
- padding-right: 0.25rem;
+#resume_header_contact i {
+ margin-right: 0.25rem;
+ font-style: normal;
}
.resume_section {
width: 100%;
+ text-align: left;
}
.resume_section > h2 {
- font-size: 1.25rem !important;
+ font-size: 18px !important;
font-variant: small-caps;
font-weight: bold;
padding: 0;
margin: 0;
- padding: 0.5rem;
+ padding: 10px;
background-color: #2E4C6D;
color: white;
}
-.resume_section > div {
- padding-top: 0.5rem;
- padding-bottom: 0.5rem;
- padding-left: 0.5rem;
- padding-right: 0.5rem;
+.resume_section_content {
+ padding: 0.5rem;
}
.skill-section {
width: 100%;
display: flex;
flex-direction: row;
-}
-
-.skill-section > b {
- width: 25%;
- font-weight: bold;
- margin: 0;
- padding: 0;
+ justify-content: space-between;
}
.skill-section > div {
@@ -133,4 +95,35 @@ header {
.experience-item li {
width: 100%;
+}
+
+
+/** Web-only **/
+#resume_button_container {
+ width: 100%;
+ text-align: right;
+ margin-right: 1rem;
+ margin-bottom: 1rem;
+
+}
+
+#resume_button_container > button {
+ border: none;
+ background-color: transparent;
+ font-size: 20px;
+}
+
+#resume_button_container > button:hover {
+ cursor: pointer;
+ opacity: 0.8;
+}
+
+#resume.resume_fullscreen {
+ position: fixed;
+ top: 0;
+ left: 0;
+ padding: 2rem;
+ width: calc(100vw - 4rem);
+ height: calc(100vh - 4rem);
+ overflow: auto;
} \ No newline at end of file