summaryrefslogtreecommitdiff
path: root/resume.css
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2021-11-26 15:32:36 -0500
committermattkae <mattkae@protonmail.com>2021-11-26 15:32:36 -0500
commit0b1e54e61217f0774e51d3df8d73e0360b63a4ab (patch)
tree00b382936ddc1bc5f76dba370f198c55ab903e70 /resume.css
parentb6ecb0485ebbd1bd1512cc6a087c403ad67683f0 (diff)
(mkosarek) added a way to download my resume:
Diffstat (limited to 'resume.css')
-rwxr-xr-xresume.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/resume.css b/resume.css
index 6d0e45f..829d374 100755
--- a/resume.css
+++ b/resume.css
@@ -58,6 +58,28 @@ header {
text-align: left;
}
+#resume > header {
+ width: 100%;
+ text-align: center;
+}
+
+#resume > header > h1 {
+ font-size: 2rem;
+ padding: 0;
+ margin: 0;
+}
+
+#resume > header > h3 {
+ padding: 1rem;
+ margin: 0;
+ color: #7a7a7a;
+}
+
+#resume > header > div > span {
+ padding-left: 0.5rem;
+ padding-right: 0.5rem;
+}
+
h2 {
font-size: 1.25rem !important;
font-variant: small-caps;