margin adjustments

pull/1/head
David Benqué 2020-04-29 14:27:16 +01:00
parent 41ceedd3f7
commit 1e4af92c13
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
.buttons_main();
.cp-comment-reply {
margin-left: 40px;
margin-left: 30px;
}
@ -86,7 +86,7 @@
}
.cp-comment-content {
background-color: white;
padding: 10px 5px 5px;
padding: 0px 5px 5px 5px;
white-space: pre-wrap;
word-break: break-word;
}