Center text of comment system
This commit is contained in:
parent
39ede47dd8
commit
eccc60812f
1 changed files with 5 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue