Improvements on mobile
This commit is contained in:
parent
ff8017d9b1
commit
7a0248f5aa
|
@ -89,7 +89,7 @@ footer {
|
|||
|
||||
@media only screen and (max-width: 812px) {
|
||||
main {
|
||||
margin: 0;
|
||||
margin: 0 !important;
|
||||
}
|
||||
footer {
|
||||
flex-direction: column;
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue