diff options
Diffstat (limited to 'friggeri-cv-a4.cls')
-rw-r--r-- | friggeri-cv-a4.cls | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/friggeri-cv-a4.cls b/friggeri-cv-a4.cls index b70a8c8..727dcfc 100644 --- a/friggeri-cv-a4.cls +++ b/friggeri-cv-a4.cls @@ -175,7 +175,7 @@ BoldItalicFont=texgyreheros-bolditalic.otf } \renewcommand{\bfseries}{\headingfont\color{headercolor}} \newcommand{\entry}[4]{% - \parbox[t]{2cm}{#1}&\parbox[t]{11.3cm}{% + \parbox[t]{3cm}{#1}&\parbox[t]{12.3cm}{% \textbf{#2}% \hfill% {\footnotesize\addfontfeature{Color=lightgray} #3}\\% @@ -195,7 +195,7 @@ BoldItalicFont=texgyreheros-bolditalic.otf \renewcommand{\section}[1]{ \par\vspace{\baselineskip}{\Large\headingfont\color{headercolor} ##1} } - \begin{textblock}{3.6}(1.5, 4.33) + \begin{textblock}{3.6}(0.5, 4.33) \begin{flushright} \obeycr }{% @@ -346,7 +346,7 @@ BoldItalicFont=texgyreheros-bolditalic.otf % Other tweaks % %%%%%%%%%%%%%%%% -\RequirePackage[left=6.1cm,top=2cm,right=2.5cm,bottom=2.5cm,nohead,nofoot]{geometry} +\RequirePackage[left=4.6cm,top=2cm,right=2.5cm,bottom=2.5cm,nohead,nofoot]{geometry} \RequirePackage{hyperref} \hypersetup{ colorlinks=false, |