_cv.scss 205 B

1234567891011121314
  1. .page.cv {
  2. .macro {
  3. margin-top: $base-line-height;
  4. &.first {
  5. margin-top: 0;
  6. }
  7. section section {
  8. padding-left: 1em;
  9. border-left: 3px solid adjust-lightness($link-color, 40);
  10. }
  11. }
  12. }