Skip to content

Commit

Permalink
feat: update resume spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
aelxxs committed Dec 29, 2023
1 parent cd3cd8e commit 7961d1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/resume.tex
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,21 @@
\vspace{-2pt}\item
\begin{tabular*}{1.0\textwidth}[t]{l@{\extracolsep{\fill}}r}
\textbf{#1}, {\small #2} & \textbf{\small #3} \\
\end{tabular*}\vspace{-7pt}
\end{tabular*}\vspace{-5pt}
}

\newcommand{\resumeSubSubheading}[2]{
\item
\begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r}
\textit{\small#1} & \textit{\small #2} \\
\end{tabular*}\vspace{-7pt}
\end{tabular*}\vspace{-5pt}
}

\newcommand{\resumeProjectHeading}[2]{
\item
\begin{tabular*}{1.001\textwidth}{l@{\extracolsep{\fill}}r}
\small#1 & \textbf{\small #2}\\
\end{tabular*}\vspace{-7pt}
\end{tabular*}\vspace{-5pt}
}

\newcommand{\resumeSubItem}[1]{\resumeItem{#1}\vspace{-4pt}}
Expand All @@ -63,7 +63,7 @@
\href{mailto:alexis@alexis.lol}{\underline{alexis@alexis.lol}} \hspace{10pt}
\href{https://alexis.lol/}{\underline{alexis.lol/}} \hspace{10pt}
\href{https://github.com/aelxxs/}{\underline{github.com/aelxxs/}}
\vspace{-10pt}
\vspace{-5pt}
\end{center}

%----------EDUCATION----------%
Expand Down

0 comments on commit 7961d1e

Please sign in to comment.