From 7a0248f5aab7240a3afd494e983e35883c717449 Mon Sep 17 00:00:00 2001 From: video-prize-ranch Date: Mon, 21 Mar 2022 22:20:16 -0400 Subject: [PATCH] Improvements on mobile --- static/css/base.css | 2 +- views/post.hbs | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) 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}}