summaryrefslogtreecommitdiff
path: root/resume.css
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-07-03 10:36:14 -0400
committermattkae <mattkae@protonmail.com>2022-07-03 10:36:14 -0400
commit957b5bb4eeb8b77ff9ff924cd4ca3ff9d5e484c8 (patch)
tree84a087afecc66763a5a8f9dd3ab1138d8b5cabb4 /resume.css
parent80553c50225ee61adc25b5fdfc03bf136b8b3d9e (diff)
Added some fancy emojis and updated the font on my downloadable resume
Diffstat (limited to 'resume.css')
-rwxr-xr-xresume.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/resume.css b/resume.css
index 00394d1..3e3b339 100755
--- a/resume.css
+++ b/resume.css
@@ -103,6 +103,20 @@ header {
width: 100%;
}
+.experience-tech {
+ font-size: 14px;
+ width: 100%;
+ display: flex;
+ flex-direction: row;
+ justify-content: flex-start;
+ column-gap: 8px;
+}
+
+.experience-tech > svg {
+ width: 20px;
+ height: 20px;
+}
+
/** Web-only **/
#resume_button_container {