/* CV page tight spacing overrides
   Keeps the CV document-like rather than blog-like.
   Use via front matter: css: cv.css */

h1 { margin-top: 0.5rem;  margin-bottom: 0.15rem; }
h2 { margin-top: 0.75rem; margin-bottom: 0.15rem; }
h3 { margin-top: 0.6rem;  margin-bottom: 0.1rem;  }
h4 { margin-top: 0.5rem;  margin-bottom: 0.1rem;  }
h5 { margin-top: 0.4rem;  margin-bottom: 0.1rem;  }

p               { margin-bottom: 0.4rem; }
ul, ol          { margin-bottom: 0.4rem; }
.container li   { margin-bottom: 0.15rem; }
hr              { margin: 0.5rem 0; }
