diff --git a/static/css/base.css b/static/css/base.css index 8c89b91..cd95a3f 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -89,7 +89,7 @@ footer { @media only screen and (max-width: 812px) { main { - margin: 0; + margin: 0 !important; } footer { flex-direction: column; diff --git a/views/post.hbs b/views/post.hbs index cefc68f..1980791 100644 --- a/views/post.hbs +++ b/views/post.hbs @@ -50,14 +50,12 @@ -
- {{#each post.Media}} {{#if this.Title}}

{{this.Title}}

{{/if}} {{#if this.Description}} -

{{this.Description}}


+

{{this.Description}}

{{/if}}