diff --git a/friggeri-cv-a4.cls b/friggeri-cv-a4.cls index 9e55bb7..2f04883 100644 --- a/friggeri-cv-a4.cls +++ b/friggeri-cv-a4.cls @@ -103,18 +103,19 @@ BoldItalicFont=texgyreheros-bolditalic.otf \newcommand{\header}[3]{% \begin{tikzpicture}[remember picture,overlay] - \node [rectangle, fill=fillheader, anchor=north, minimum width=\paperwidth, minimum height=4cm] (box) at (current page.north){}; + \node [rectangle, fill=fillheader, anchor=north, minimum width=\paperwidth, + minimum height=3cm] (box) at (current page.north){}; \node [anchor=center] (name) at (box) {% \fontsize{40pt}{72pt}\color{header}% {\thinfont #1}{\bodyfont #2} }; - \node [anchor=north] at (name.south) {% + \node [anchor=north east] at (name.south east) {% \fontsize{14pt}{24pt}\color{header}% \thinfont #3% }; \end{tikzpicture} - \vspace{2.5cm} - \vspace{-2\parskip} + \vspace{2.0cm} + \vspace{-8\parskip} }