rstudio / pagedown

Paginate the HTML Output of R Markdown with CSS for Print
https://pagedown.rbind.io
Other
892 stars 128 forks source link

Adjusting sidebar text and margins #322

Open danielledesro opened 10 months ago

danielledesro commented 10 months ago

Hello, I've been struggling to find a fix to this issue for a little while now. To preface I am not super familiar with html, but was modifying my .css based on other examples I found. I am creating my cv using the pagedown() and datadrivencv(). https://github.com/danielledesro/pagedown_cv/blob/fd1c8481cbc43f50d4c939d5d034c078401175bf/cv.pdf

1) I am trying to make the headers in the sidebar section line up with the headers in the main body of the cv. For example, CONTACT INFO at the top right of the page in line with the name; AWARDS in line with EDUCATION etc. I tried setting the .aside margin and padding to 0 but didn't seem to fix it

2) Remove the icon and line from the title in the aside section.

Here is my repository, and the dd_cv.css is the file I am working on. https://github.com/danielledesro/pagedown_cv

Thanks!