Skip to content

Commit

Permalink
Reduce size of role titles
Browse files Browse the repository at this point in the history
  • Loading branch information
ericthelemur authored Jun 18, 2024
1 parent cbc0644 commit e6fb860
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/common.tex
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

% Role environment, avoids line breaking between title and list
\newenvironment{role}[1]{
\itemb{#1}\nolinebreak
\itembb{#1}\nolinebreak
\begin{enumerate}
}{\end{enumerate}\penalty-100}

Expand Down Expand Up @@ -67,4 +67,4 @@

\usepackage{adjustbox}
\fancyfoot[C]{\adjincludegraphics[width=0.2\textwidth,valign=c]{logo_wide.png}}
\fancyfoot[R]{\thepage}
\fancyfoot[R]{\thepage}

0 comments on commit e6fb860

Please sign in to comment.