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) { @media only screen and (max-width: 812px) {
main { main {
margin: 0; margin: 0 !important;
} }
footer { footer {
flex-direction: column; flex-direction: column;

View File

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