add consistent spacing to paragraphs in the SPV
This commit is contained in:
parent
2d18184653
commit
a07950b04a
1 changed files with 8 additions and 2 deletions
|
|
@ -61,6 +61,9 @@
|
|||
margin-left: 20px;
|
||||
padding-top: 20px;
|
||||
width: auto;
|
||||
p {
|
||||
margin: 0 0 1em 0;
|
||||
}
|
||||
.photo_attachments {
|
||||
padding-bottom: 10px;
|
||||
text-align: center;
|
||||
|
|
@ -99,7 +102,10 @@
|
|||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
p {
|
||||
margin: 0;
|
||||
margin: 0 0 1em 0;
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
.no_comments {
|
||||
|
|
|
|||
Loading…
Reference in a new issue