Improve design
This commit is contained in:
parent
7cfe875084
commit
7849164d7e
|
@ -18,6 +18,11 @@ nav {
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
.center {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.logo {
|
||||
filter: invert(1) hue-rotate(180deg);
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue