themes-wordpress/quadrat/sass/templates/_meta.scss
2021-10-25 10:57:46 +01:00

11 lines
194 B
SCSS

.post-meta {
@include post-meta-with-separator('·');
align-items: center;
justify-content: center;
@include break-small-only() {
padding-top: 0 !important;
margin-bottom: -20px;
}
}