Improve design
This commit is contained in:
parent
7cfe875084
commit
7849164d7e
|
@ -18,6 +18,11 @@ nav {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.center {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
filter: invert(1) hue-rotate(180deg);
|
filter: invert(1) hue-rotate(180deg);
|
||||||
}
|
}
|
||||||
|
|
|
@ -47,9 +47,14 @@
|
||||||
<h3>{{this.Title}}</h3>
|
<h3>{{this.Title}}</h3>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{#if this.Description}}
|
{{#if this.Description}}
|
||||||
<p>{{this.Description}}</p>
|
<p>{{this.Description}}</p><br>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<img src="{{this.Url}}" loading="lazy">
|
|
||||||
|
<div class="center">
|
||||||
|
<img src="{{this.Url}}" loading="lazy">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<br>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue