mitchelloharawild / vitae

R Markdown Résumés and CVs
https://pkg.mitchelloharawild.com/vitae/
1.23k stars 239 forks source link

Decreasing header spacing #240

Closed sbreitbart closed 1 year ago

sbreitbart commented 1 year ago

Hi there,

This is a great resume template! I began using it a few months ago and was able to decrease the header spacing from 1" to 0.5" by changing this line in my \Documents\R\win-library\4.1\pagedown\resources\css\resume.css file:

@page{
  size: letter portrait;
  margin: 0.4in 0.5in 0.4in 0.25in;
}

I updated Rstudio and now those settings aren't applying to my knitted pdf anymore. Do you have any advice?

sbreitbart commented 1 year ago

Found the answer in the second and third comments on this post , for anyone else with the same question.

mitchelloharawild commented 1 year ago

Wonderful, thanks for coming back and posting the answer. Sorry I didn't get to this before you figured it out!