mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-22 14:08:36 +00:00
Fixed textwidth with linewidth
This commit is contained in:
parent
b1082ee0a0
commit
a5768b738f
1 changed files with 2 additions and 2 deletions
|
@ -644,12 +644,12 @@
|
||||||
\vspace{-2.0mm}
|
\vspace{-2.0mm}
|
||||||
\setlength\tabcolsep{0pt}
|
\setlength\tabcolsep{0pt}
|
||||||
\setlength{\extrarowheight}{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}
|
\ifempty{#2#3}
|
||||||
{\entrypositionstyle{#1} & \entrydatestyle{#4} \\}
|
{\entrypositionstyle{#1} & \entrydatestyle{#4} \\}
|
||||||
{\entrytitlestyle{#2} & \entrylocationstyle{#3} \\
|
{\entrytitlestyle{#2} & \entrylocationstyle{#3} \\
|
||||||
\entrypositionstyle{#1} & \entrydatestyle{#4} \\}
|
\entrypositionstyle{#1} & \entrydatestyle{#4} \\}
|
||||||
\multicolumn{2}{L{0.75\textwidth}}{\descriptionstyle{#5}}
|
\multicolumn{2}{L{\linewidth}}{\descriptionstyle{#5}}
|
||||||
\end{tabular*}%
|
\end{tabular*}%
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue