mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Make header details flush against sides (#229)
* Make header details flush against sides * Add fix to changelog
This commit is contained in:
parent
d7e0e4966e
commit
56d1b65d9e
3 changed files with 8 additions and 6 deletions
|
|
@ -97,7 +97,7 @@
|
|||
\ifthenelse{\isundefined{\@homepage}}{}{\makenewline\homepagesymbol\httplink{\@homepage}}%
|
||||
\socialsdetails% needs to be pre-rendered as loops and tabulars seem to conflict
|
||||
\ifthenelse{\isundefined{\@extrainfo}}{}{\makenewline\@extrainfo}%
|
||||
\end{tabular}
|
||||
\end{tabular}%
|
||||
}\fi%
|
||||
% optional photo (pre-rendering)
|
||||
\@initializebox{\makecvheadpicturebox}%
|
||||
|
|
@ -115,9 +115,9 @@
|
|||
\node[inner sep=0pt] at (0,0) {\includegraphics[width=\@photowidth]{\@photo}};
|
||||
\end{scope}
|
||||
\end{tikzpicture}%
|
||||
\if@left%
|
||||
\hspace*{\separatorcolumnwidth}\fi}%
|
||||
}%
|
||||
\if@left%
|
||||
\hspace*{\separatorcolumnwidth}\fi}%
|
||||
% optional QR for homepage (pre-rendering)
|
||||
\@initializebox{\makecvheadqrbox}%
|
||||
\if@headqr%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue