Fix margin issues in pads

pull/1/head
yflory 6 years ago
parent 5a6c3597db
commit 250677a40a

@ -15,7 +15,7 @@ body
/* Remove the background color to make it transparent */ /* Remove the background color to make it transparent */
background-color: #fff; background-color: #fff;
margin: 20px; margin: 0;
padding: 20px; padding: 20px;
position: absolute; position: absolute;
top: 0; top: 0;
@ -24,6 +24,10 @@ body
right: 0; right: 0;
} }
body > *:first-child {
margin-top: 0;
}
.cke_editable .cke_editable
{ {
font-size: 16px; font-size: 16px;

Loading…
Cancel
Save