diff options
Diffstat (limited to 'friggeri-cv.cls')
-rw-r--r-- | friggeri-cv.cls | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/friggeri-cv.cls b/friggeri-cv.cls index e20cb6a..687ec29 100644 --- a/friggeri-cv.cls +++ b/friggeri-cv.cls @@ -155,7 +155,7 @@ BoldItalicFont=texgyreheros-bolditalic.otf % List environment % %%%%%%%%%%%%%%%%%%%% -\setlength{\tabcolsep}{0pt} +\setlength{\tabcolsep}{0.2cm} \newenvironment{entrylist}{% \begin{tabular*}{\textwidth}{@{\extracolsep{\fill}}ll} }{% @@ -163,7 +163,7 @@ BoldItalicFont=texgyreheros-bolditalic.otf } \renewcommand{\bfseries}{\headingfont\color{headercolor}} \newcommand{\entry}[4]{% - #1&\parbox[t]{11.8cm}{% + #1&\parbox[t]{11.6cm}{% \textbf{#2}% \hfill% {\footnotesize\addfontfeature{Color=lightgray} #3}\\% |