aboutsummaryrefslogtreecommitdiffstats
path: root/resume.cls
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2018-04-24 12:10:20 +0800
committerAaron LI <aly@aaronly.me>2018-04-24 12:10:20 +0800
commit13615cf1f5d8bf18fb80da87bce0eed994646f95 (patch)
treeef291429ae38cbca05c8e6d82d16f8674516bf8e /resume.cls
parentf96d53bc36b75d50c15423ae52b82c507d7a9741 (diff)
downloadresume-13615cf1f5d8bf18fb80da87bce0eed994646f95.tar.bz2
class: update spacing and an icon
Diffstat (limited to 'resume.cls')
-rw-r--r--resume.cls6
1 files changed, 3 insertions, 3 deletions
diff --git a/resume.cls b/resume.cls
index 7cc46fc..b86347b 100644
--- a/resume.cls
+++ b/resume.cls
@@ -108,7 +108,7 @@
\newcommand*{\mailSymbol}{\faEnvelope}
\newcommand*{\mobileSymbol}{\faPhone} % \faMobilePhone is too narrow
\newcommand*{\linkedinSymbol}{\faLinkedin}
-\newcommand*{\locationSymbol}{\faMapMarker}
+\newcommand*{\locationSymbol}{\faMapMarkerAlt}
\newcommand*{\phoneSymbol}{\faPhone}
\newcommand*{\universitySymbol}{\faUniversity}
@@ -146,12 +146,12 @@
\ifdef{\@zh}{
\linespread{1.15}
}{
- \linespread{1.05}
+ \linespread{1.02}
}
% Setup resume sections
\titleformat{\section}{\Large\raggedright}{}{0.2em}{}[\titlerule]
-\titlespacing{\section}{0em}{0.1em}{0em} % <left><before><after>
+\titlespacing{\section}{0em}{0.1ex}{0ex} % <left><before><after>
% Configure list via 'enumitem'
\setlist[itemize,1]{label=\faAngleRight, nosep, leftmargin=2em}