mirror of https://github.com/lxndrblz/anatole.git

alexanderdavide
09.20.2022 3ec9a6d92fe4b1b213aca93ba9ee4ae88849452c
assets/scss/partials/components/_portfolio.scss
@@ -27,7 +27,6 @@
  }
  &__title {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 2.6rem;
    line-height: 1;
@@ -130,6 +129,20 @@
    }
  }
  &__meta {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    row-gap: 0.8rem;
    &-item {
      &:not(:last-child) {
        margin-right: 1.25rem;
      }
    }
  }
  &__button {
    font-weight: 400;
    display: inline-block;