Improve design

This commit is contained in:
video-prize-ranch
2022-01-17 19:25:49 -05:00
parent 7cfe875084
commit 7849164d7e
2 changed files with 12 additions and 2 deletions

View File

@@ -47,9 +47,14 @@
<h3>{{this.Title}}</h3>
{{/if}}
{{#if this.Description}}
<p>{{this.Description}}</p>
<p>{{this.Description}}</p><br>
{{/if}}
<img src="{{this.Url}}" loading="lazy">
<div class="center">
<img src="{{this.Url}}" loading="lazy">
</div>
<br>
{{/each}}
</main>