margin adjustments

This commit is contained in:
David Benqué 2020-04-29 15:56:16 +01:00
parent ddb833eb97
commit 6db6bc86db
2 changed files with 4 additions and 2 deletions

View file

@ -17,6 +17,7 @@
.cp-comment-form {
&:not(:last-child) {
padding: 5px;
margin-bottom: 10px;
}
}
@ -63,7 +64,7 @@
}
.cp-comment {
&:not(:first-child) {
margin-top: 5px;
// margin-top: 5px;
}
}
.cp-comment-header {

View file

@ -86,7 +86,8 @@ body.cp-app-pad {
order: 3;
width: 300px;
//background-color: white;
margin: 30px;
margin: 0px 20px;
padding: 10px 0px; // XXX not applied at the bottom
.comments_main();
}
&.cke_body_width {