_cv.scss 359 B

12345678910111213141516171819202122232425
  1. .page.cv {
  2. .macro {
  3. margin-top: $base-line-height;
  4. &.first {
  5. margin-top: 0;
  6. }
  7. .body {
  8. section {
  9. margin-top: $base-line-height;
  10. &:first-child, &#full_cv {
  11. margin-top: 0;
  12. }
  13. section {
  14. margin-top: 0;
  15. padding-left: 1em;
  16. border-left: 3px solid adjust-lightness($link-color, 40);
  17. }
  18. }
  19. }
  20. }
  21. }