Skip to content

Commit

Permalink
Fix spacing issue in contacts
Browse files Browse the repository at this point in the history
  • Loading branch information
sjjz committed Jan 8, 2019
1 parent 615eb79 commit 91aeae4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions simple-resume.cls
Original file line number Diff line number Diff line change
Expand Up @@ -75,19 +75,19 @@
\ifdefined\@email
\@iftrueelse{isFirstContact}
{\setboolean{isFirstContact}{false}\@nameVspace}
{\@contactSep}
{\@contactSep}%
\faEnvelope\@contactIconSep\@email%
\fi
\ifdefined\@github
\@iftrueelse{isFirstContact}
{\setboolean{isFirstContact}{false}\@nameVspace}
{\@contactSep}
{\@contactSep}%
\href{https://github.com/\@github}{\faGithub\@contactIconSep{github.com/\@github}}%
\fi
\ifdefined\@linkedin
\@iftrueelse{isFirstContact}
{\setboolean{isFirstContact}{false}\@nameVspace}
{\@contactSep}
{\@contactSep}%
\href{https://linkedin.com/in/\@linkedin}{\faLinkedin\@contactIconSep{linkedin.com/in/\@linkedin}}%
\fi
\end{center}
Expand Down

0 comments on commit 91aeae4

Please sign in to comment.