Skip to content
Snippets Groups Projects
hy-key-highlight-group.scss 357 B
Newer Older
  display: block;
  justify-content: center;
  max-width: 30rem;
  margin-right: auto;
  margin-left: auto;

  @include breakpoint($medium) {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    max-width: 100%;
  }