posquit0 / Awesome-CV

:page_facing_up: Awesome CV is LaTeX template for your outstanding job application
LaTeX Project Public License v1.3c
23.03k stars 4.79k forks source link

[Question] How do I left align the cvskill section #320

Closed Noobzik closed 2 years ago

Noobzik commented 4 years ago

I want to align the first section (in bold in picture below) to the left. This section is part of the \cvskill and I don't know how to do it.

image

RohitBanga3 commented 3 years ago

use this \newenvironment{cvskills}{% \vspace{\acvSectionContentTopSkip} \vspace{-2.0mm} \begin{center} \setlength\tabcolsep{0.2ex} \setlength{\extrarowheight}{0pt} \begin{tabular}{\textwidth}{@{\extracolsep{\fill}} l L{\textwidth \real{0.9}}} }{% \end{tabular*} \end{center} it worked for me