diff --git a/public/index.html b/public/index.html
index a910649..9124f9a 100644
--- a/public/index.html
+++ b/public/index.html
@@ -44,7 +44,7 @@
h3 {
clear: both;
- font-size: 18px;
+ font-size: 20px;
line-height: 24px;
margin-bottom: 6px;
}
@@ -52,6 +52,8 @@
img,
video {
max-width: 100%;
+ max-height: 100%;
+ width: auto;
height: auto;
}
@@ -217,8 +219,12 @@
margin-bottom: 0
}
- section.posts .post .content + .attachments {
- margin-top: 18px;
+ section.posts .post .attachments {
+ margin-top: 16px;
+ height: 320px;
+ display: flex;
+ max-width: 100%;
+ overflow: auto;
}
section.posts .post .controls {