\setlist{nosep} \setlist[itemize]{ leftmargin=9pt, rightmargin=9pt, itemsep=4pt } \titleformat{\section} {\vspace{-4mm}\raggedright\LARGE\mdseries} {} {0em} {\vspace{-8mm}\hrule} %Entry for experience \newcommand{\entry}[5]{ \vspace{-2mm} %top spacing \begin{tabular*}{1.00\textwidth}[t]{l@{\extracolsep{\fill}}r} \vspace{1mm} % middle spacing \large{\textbf{#1}} & \normalsize{#2} \\ \textit{\small{#3}} & \textit{\small{#4}} \\ \end{tabular*} \vspace{-2mm} \begin{adjustwidth}{7pt}{7pt} \small{#5} \end{adjustwidth} \vspace{4mm} } \newcommand{\nothing}{\vspace{-6mm}} %Maketitle command that sets document header \renewcommand{\maketitle}{ {\Huge\bfseries \theauthor} \vspace{3mm} \hrule \centering \ \small{\faIcon{phone} \phone} \hfill \small{\faIcon{envelope} \href{mailto://\email}{\email}} \hfill \small{\faIcon{linkedin} \href{https://www.linkedin.com/in/\linkedin/}{linkedin.com/in/\linkedin/}}\ \ %\small{\faIcon{globe} \href{https://\website/}{\website}} \raggedright } %Coursework and descriptions \newcommand{\course}[2]{ \normalsize{\textbf{#1}} \\ \small{#2} }