Skip to content

Commit c2683e7

Browse files
committed
add spacing between section
1 parent 6ff1dfa commit c2683e7

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

resume.cls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
{}{0em} % Can be used to give a prefix to all sections, like 'Section ...'
3333
{} % Can be used to insert code before the heading
3434
[\titlerule] % Inserts a horizontal line after the heading
35-
\titlespacing*{\section}{0cm}{*1.8}{*1.25}
35+
\titlespacing*{\section}{0cm}{*1.8}{*1.8}
3636

3737
\titleformat{\subsection}
3838
{\large\raggedright}
3939
{}{0em}
4040
{}
41-
\titlespacing*{\subsection}{0cm}{*1.8}{*0.35}
41+
\titlespacing*{\subsection}{0cm}{*1.8}{*0.6}
4242

4343
\newcommand{\datedsection}[2]{%
4444
\section[#1]{#1 \hfill #2}%

resume.pdf

5 Bytes
Binary file not shown.

resume.png

97 Bytes
Loading

0 commit comments

Comments
 (0)