Initial layout styling
This commit is contained in:
parent
d1034af1d7
commit
d9c38790c8
2 changed files with 15 additions and 13 deletions
|
@ -7,7 +7,7 @@
|
|||
{{ testimonial.text|markdown }}
|
||||
|
||||
{% if testimonial.image %}
|
||||
<img alt="Photo of {{ testimonial.name }}" src="{{ testimonial.image.url }}" />
|
||||
<img class="size-20 rounded-full" alt="Photo of {{ testimonial.name }}" src="{{ testimonial.image.url }}" />
|
||||
{% endif %}
|
||||
|
||||
<footer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue