From a5768b738f2e516e443a41e1dfa63d298366e2b1 Mon Sep 17 00:00:00 2001 From: Renato Sortino Date: Tue, 20 Jun 2023 15:57:08 +0200 Subject: [PATCH] Fixed textwidth with linewidth --- awesome-cv.cls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awesome-cv.cls b/awesome-cv.cls index b6197d3..a1de46e 100644 --- a/awesome-cv.cls +++ b/awesome-cv.cls @@ -644,12 +644,12 @@ \vspace{-2.0mm} \setlength\tabcolsep{0pt} \setlength{\extrarowheight}{0pt} - \begin{tabular*}{0.75\textwidth}{@{\extracolsep{\fill}} L{0.75\textwidth - 4.5cm} R{4.5cm}} + \begin{tabular*}{\linewidth}{@{\extracolsep{\fill}} L{\linewidth - 4.5cm} R{4.5cm}} \ifempty{#2#3} {\entrypositionstyle{#1} & \entrydatestyle{#4} \\} {\entrytitlestyle{#2} & \entrylocationstyle{#3} \\ \entrypositionstyle{#1} & \entrydatestyle{#4} \\} - \multicolumn{2}{L{0.75\textwidth}}{\descriptionstyle{#5}} + \multicolumn{2}{L{\linewidth}}{\descriptionstyle{#5}} \end{tabular*}% }