archive
/
md-pdf
Archived
1
Fork 0

Style image more

This commit is contained in:
Jake Howard 2017-05-10 18:42:36 +01:00
parent d620bc52b0
commit da35ba5745
1 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,6 @@
$image_spacing: 30px;
body.cover {
margin: 0 auto;
text-align: center;
@ -17,8 +20,6 @@ body.cover {
}
$image_spacing: 30px;
body.content {
line-height: 1.5;
font-size: 12px;
@ -29,7 +30,7 @@ body.content {
}
p.caption {
margin: 0 5px $image_spacing;
margin: 1px 5px $image_spacing;
padding: 0;
font-style: italic;
}