Skip to content
New issue

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

Fix alignment of employer and position #19

Open
nickyr opened this issue Dec 23, 2015 · 1 comment
Open

Fix alignment of employer and position #19

nickyr opened this issue Dec 23, 2015 · 1 comment

Comments

@nickyr
Copy link

nickyr commented Dec 23, 2015

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

Travis-S added a commit to Travis-S/Resume that referenced this issue Dec 27, 2015
As noted by @nickyr here (deedy#19),
there appears to be a spacing issue in the style sheets. This commit
fixes that spacing issue.
@joshjacobson
Copy link

I think I actually prefer the two spaces. Perhaps this was an intentional design decision?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants