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 {
|
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;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue