More consistent styling for post metadata on mobile

This commit is contained in:
arne 2022-12-02 08:47:40 +01:00
commit 2b22df7ecb

View file

@ -143,7 +143,7 @@ aside.metadata {
margin-bottom: 6px;
@media screen and (max-width: 768px) {
margin-bottom: 12px;
margin-bottom: 0; // like toc-links
}
&:last-of-type {