_npm.scss 231 B

123456789101112131415
  1. ._npm {
  2. @extend %simple;
  3. .pageColumns {
  4. padding-left: 0;
  5. list-style: none;
  6. }
  7. .faint.heading {
  8. font-size: .9em;
  9. color: var(--textColorLight);
  10. }
  11. .youtube-video iframe { width: 420px; height: 315px; }
  12. }