Improvements on mobile
This commit is contained in:
parent
ff8017d9b1
commit
7a0248f5aa
|
@ -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;
|
||||||
|
|
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue