Skip to content

Commit

Permalink
Merge pull request #17 from stefanogermano/patch-2
Browse files Browse the repository at this point in the history
Fixed Overfull of `\cvref`
  • Loading branch information
liantze authored Aug 3, 2018
2 parents 923b622 + 9eb1977 commit 965cea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion altacv.cls
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
\newcommand{\cvref}[3]{%
\smallskip
\textcolor{emphasis}{\textbf{#1}}\par
\begin{description}[font=\color{accent},style=multiline,leftmargin=1.25em]
\begin{description}[font=\color{accent},style=multiline,leftmargin=1.35em]
\item[\normalfont\emailsymbol] #2
\item[\small\normalfont\mailsymbol] #3
\end{description}
Expand Down

0 comments on commit 965cea1

Please sign in to comment.