Fix vertical align of the date

This commit is contained in:
te2dy 2021-05-27 10:28:28 +02:00
parent 1f16f15377
commit 76c81828b2

View file

@ -50,7 +50,7 @@
$marianne_date_args['time'] = true;
}
marianne_the_date( 'entry-meta entry-date text-secondary', $marianne_date_args );
marianne_the_date( 'entry-meta entry-date post-date text-secondary', $marianne_date_args );
}
marianne_the_categories( 'entry-meta entry-categories text-secondary' );