diff options
author | Christophe ROGER <darwiin@users.noreply.github.com> | 2018-10-17 20:23:48 +1100 |
---|---|---|
committer | Christophe ROGER <darwiin@users.noreply.github.com> | 2018-10-17 20:23:48 +1100 |
commit | 04c16c214b883d6956888e23f2dae50795271c63 (patch) | |
tree | b8e8f838154782af120374e538a5a891445252f2 | |
parent | 0edcf1ec35709cd18a97bbbb2fc7ae06d4d2c82c (diff) | |
download | cv-04c16c214b883d6956888e23f2dae50795271c63.tar.gz cv-04c16c214b883d6956888e23f2dae50795271c63.tar.bz2 cv-04c16c214b883d6956888e23f2dae50795271c63.tar.xz cv-04c16c214b883d6956888e23f2dae50795271c63.zip |
Revert "[FIX] Reduce box size"
This reverts commit 0edcf1ec35709cd18a97bbbb2fc7ae06d4d2c82c.
-rwxr-xr-x | yaac-another-awesome-cv.cls | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/yaac-another-awesome-cv.cls b/yaac-another-awesome-cv.cls index a5afc40..0bf2eaf 100755 --- a/yaac-another-awesome-cv.cls +++ b/yaac-another-awesome-cv.cls @@ -17,7 +17,7 @@ % % This work consists of the files awesome-source-cv.cls -\ProvidesClass{yaac-another-awesome-cv}[2018/10/17 v1.10.1 'YAAC: Another Awesome CV' Class] +\ProvidesClass{yaac-another-awesome-cv}[2018/10/12 v1.10.0 'YAAC: Another Awesome CV' Class] \LoadClass[a4paper]{article} @@ -168,7 +168,7 @@ % Font Awesome icons box \NewDocumentCommand\faIconBox{m s O{solid}}{ - \makebox[1.2em][c]{\IfBooleanTF{#2}{\csname fa#1\endcsname*}{\csname fa#1\endcsname}[#3]} + \makebox[1.5em][c]{\IfBooleanTF{#2}{\csname fa#1\endcsname*}{\csname fa#1\endcsname}[#3]} } % Font Awesome icons aliases @@ -181,7 +181,6 @@ \newcommand{\githubSymbol}{\faIconBox{Github}} \newcommand{\mediumSymbol}{\faIconBox{Medium}} \newcommand{\bitbucketSymbol}{\faIconBox{Bitbucket}} -\newcommand{\websiteSymbol}{\faIconBox{Link}} \newcommand\link[2]{\color{linkcolor}\href{#1}{#2}\color{Black} } \newcommand\important[1]{\textbf #1} @@ -198,11 +197,11 @@ % Render a text with its symbol % Usage; \socialtext{<icon>}{<label>} -\newcommand{\socialtext}[2]{\mbox{\textcolor{symbolcolor}{#1}\hspace{0.1em}#2\hspace{1em}}} +\newcommand{\socialtext}[2]{\mbox{\textcolor{symbolcolor}{#1}\hspace{0.5em}#2\hspace{1em}}} % Render a link with its symbol % Usage; \sociallink{<icon>}{<label>} -\newcommand{\sociallink}[3]{\mbox{\textcolor{symbolcolor}{#1}\hspace{0.1em}\link{#2}{#3}\hspace{1em}}} +\newcommand{\sociallink}[3]{\mbox{\textcolor{symbolcolor}{#1}\hspace{0.5em}\link{#2}{#3}\hspace{1em}}} % Define author's name % Usage: \name{<firstname>}{<lastname>} @@ -257,7 +256,7 @@ % Render a website link (optional) % Usage: \website{<website name>}{<website adress>} -\newcommand*{\website}[2]{\sociallink{\websiteSymbol}{#1}{#2}} +\newcommand*{\website}[2]{\sociallink{\faLink}{#1}{#2}} % Render author's mobile phone (optional) % Usage: \smartphone{<mobile phone number>} |