Larson notes. Some changes to templates

This commit is contained in:
Norm Rasmussen
2023-05-18 15:55:20 -04:00
parent d3d5b157a7
commit 6063458ed4
12 changed files with 141 additions and 42 deletions

View File

@ -0,0 +1,11 @@
<div class="np-homepage-hero">
<img class="np-homepage-hero-image"
src="{{ image_url }}"
/>
</div>
<style>
.np-homepage-hero-image {
height: auto;
}
</style>