Add margin between attachments
This commit is contained in:
parent
58d709f7be
commit
980e0a1790
1 changed files with 6 additions and 0 deletions
|
|
@ -238,6 +238,12 @@
|
|||
section.posts .post .attachments img,
|
||||
section.posts .post .attachments video {
|
||||
max-height: 320px;
|
||||
margin-left: 16px;
|
||||
}
|
||||
|
||||
section.posts .post .attachments img:first-child,
|
||||
section.posts .post .attachments video:first-child {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
section.posts .post .controls {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue