11 lines
194 B
SCSS
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;
|
|
}
|
|
}
|