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 {
|
.comment {
|
||||||
font-size: 0.95rem;
|
|
||||||
margin-top: $s-comment-margin-top;
|
margin-top: $s-comment-margin-top;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
font-size: 0.95rem;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#tags > a, #categories > a {
|
#tags > a, #categories > a {
|
||||||
|
|
Loading…
Reference in a new issue