mirror of https://github.com/eyhc1/rendercv.git
engineeringresumes: fix highlights margins
This commit is contained in:
parent
710a3c6a6a
commit
1c57df70f5
|
@ -19,6 +19,7 @@
|
|||
\vspace{<<design.margins.highlights_area.top>>}
|
||||
((* for item in entry.highlights *))
|
||||
((* if loop.first *))
|
||||
\vspace{<<design.margins.highlights_area.top>>}
|
||||
\begin{onecolentry}
|
||||
\begin{highlights}
|
||||
((* endif *))
|
||||
|
|
|
@ -16,9 +16,9 @@
|
|||
\end{onecolentry}
|
||||
((* endif *))
|
||||
|
||||
\vspace{<<design.margins.highlights_area.top>>}
|
||||
((* for item in entry.highlights *))
|
||||
((* if loop.first *))
|
||||
\vspace{<<design.margins.highlights_area.top>>}
|
||||
\begin{onecolentry}
|
||||
\begin{highlights}
|
||||
((* endif *))
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
\vspace{<<design.margins.highlights_area.top>>}
|
||||
((* for item in entry.highlights *))
|
||||
((* if loop.first *))
|
||||
\vspace{<<design.margins.highlights_area.top>>}
|
||||
\begin{onecolentry}
|
||||
\begin{highlights}
|
||||
((* endif *))
|
||||
|
|
Loading…
Reference in New Issue