We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now, the alignment of employers and positions is a little off. There's an extra space before the "|".
By changing
\newcommand{\runsubsection}[1]{\color{subheadings} \fontspec{Helvetica}\fontsize{12pt}{12pt}\selectfont\bfseries\uppercase {#1} \normalfont}
to
\newcommand{\runsubsection}[1]{\color{subheadings} \fontspec{Helvetica}\fontsize{12pt}{12pt}\selectfont\bfseries\uppercase {#1}\normalfont}
(removing the space after #1), the extra space goes away.
Before, with underscores for spaces: EMPLOYER__|_Position After: EMPLOYER_|_Position
EMPLOYER__|_Position
EMPLOYER_|_Position
The text was updated successfully, but these errors were encountered:
Fix spacing issue between Employer and Position
c428d08
As noted by @nickyr here (deedy#19), there appears to be a spacing issue in the style sheets. This commit fixes that spacing issue.
I think I actually prefer the two spaces. Perhaps this was an intentional design decision?
Sorry, something went wrong.
No branches or pull requests
Right now, the alignment of employers and positions is a little off. There's an extra space before the "|".
By changing
to
(removing the space after #1), the extra space goes away.
Before, with underscores for spaces:
EMPLOYER__|_Position
After:
EMPLOYER_|_Position
The text was updated successfully, but these errors were encountered: