Center text of comment system

This commit is contained in:
Marcel Kapfer 2021-08-20 11:11:34 +02:00
parent 39ede47dd8
commit eccc60812f
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 5 additions and 1 deletions

View File

@ -255,13 +255,17 @@ main {
}
.comment {
font-size: 0.95rem;
margin-top: $s-comment-margin-top;
text-align: center;
a {
font-size: 1.1rem;
}
p {
font-size: 0.95rem;
text-align: center;
}
}
#tags > a, #categories > a {