Update awesome-cv.cls

Fixing alignment
This commit is contained in:
jdalrymple 2017-04-10 14:10:04 -04:00 committed by Justin Dalrymple
parent ed8e25ea9d
commit dd510ced7f

View file

@ -617,7 +617,7 @@
% Define a line of cv information(honor, award or something else)
% Usage: \cvhonor{<position>}{<title>}{<description>}{<location>}{<date>}
\newcommand*{\cvhonor}[5]{%
\honordatestyle{#5} & \honorpositionstyle{#1}, \honortitlestyle{#2} & \honorlocationstyle{#4} && \honordescriptionstyle{#3}
\honordatestyle{#5} & \honorpositionstyle{#1}, \honortitlestyle{#2} & \honorlocationstyle{#4} \cr & \honordescriptionstyle{#3}
\\
}