_elixir.scss 165 B

1234567
  1. ._elixir {
  2. @extend %simple;
  3. .type-detail { margin-bottom: 2em; }
  4. .type-detail pre { margin-left: -1rem; }
  5. ._mobile & .type-detail pre { margin-left: 0; }
  6. }