diff options
author | Aaron LI <aly@aaronly.me> | 2018-04-24 12:10:20 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-04-24 12:10:20 +0800 |
commit | 13615cf1f5d8bf18fb80da87bce0eed994646f95 (patch) | |
tree | ef291429ae38cbca05c8e6d82d16f8674516bf8e | |
parent | f96d53bc36b75d50c15423ae52b82c507d7a9741 (diff) | |
download | resume-13615cf1f5d8bf18fb80da87bce0eed994646f95.tar.bz2 |
class: update spacing and an icon
-rw-r--r-- | resume.cls | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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} |