_blanks.scss 158 B

1234567891011121314
  1. .blank {
  2. margin: 8rem 0;
  3. text-align: center;
  4. }
  5. .blank-icon {
  6. line-height: 1;
  7. svg {
  8. stroke-width: 1.25;
  9. width: 4rem;
  10. height: 4rem;
  11. }
  12. }