diff --git a/public/index.html b/public/index.html
index b07109c..bfbf77f 100644
--- a/public/index.html
+++ b/public/index.html
@@ -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 {