summaryrefslogtreecommitdiffstats
path: root/tex/jesse_resume.sty
diff options
context:
space:
mode:
Diffstat (limited to 'tex/jesse_resume.sty')
-rw-r--r--tex/jesse_resume.sty4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/jesse_resume.sty b/tex/jesse_resume.sty
index 7258779..7ab6bdf 100644
--- a/tex/jesse_resume.sty
+++ b/tex/jesse_resume.sty
@@ -35,7 +35,7 @@
}
% >>>
% <<< \resitem
-\newcommand{\resitem}[1]{\item #1 \vspace{-2pt}}
+\newcommand{\resitem}[1]{\item {\small #1} \vspace{-2pt}}
% >>>
% <<< \resheading
\newcommand{\resheading}[1]{
@@ -59,7 +59,7 @@
% \resshortsubheading <<<
\newcommand{\resshortsubheading}[2]{
\begin{tabular*}{\textwidth-0.5in}{l@{\extracolsep{\fill}}r}
- \textbf{#1} & #2 \\
+ \textbf{\small #1} & {\small #2} \\
\end{tabular*}
\vspace{-6pt}
}