Style image more

This commit is contained in:
Jake Howard 2017-05-10 18:42:36 +01:00
parent d620bc52b0
commit da35ba5745

View file

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