_meta.scss 194 B

1234567891011
  1. .post-meta {
  2. @include post-meta-with-separator('·');
  3. align-items: center;
  4. justify-content: center;
  5. @include break-small-only() {
  6. padding-top: 0 !important;
  7. margin-bottom: -20px;
  8. }
  9. }