Improvements on mobile

This commit is contained in:
video-prize-ranch 2022-03-21 22:20:16 -04:00
parent ff8017d9b1
commit 7a0248f5aa
No known key found for this signature in database
GPG Key ID: D8EAA4C5B12A7281
2 changed files with 2 additions and 4 deletions

View File

@ -89,7 +89,7 @@ footer {
@media only screen and (max-width: 812px) {
main {
margin: 0;
margin: 0 !important;
}
footer {
flex-direction: column;

View File

@ -50,14 +50,12 @@
</div>
</div>
<br>
{{#each post.Media}}
{{#if this.Title}}
<h4>{{this.Title}}</h4>
{{/if}}
{{#if this.Description}}
<p>{{this.Description}}</p><br>
<p>{{this.Description}}</p>
{{/if}}
<div class="center">