Style image more
This commit is contained in:
parent
d620bc52b0
commit
da35ba5745
1 changed files with 4 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Reference in a new issue