Skip to content

Commit

Permalink
Update website.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood authored Jan 7, 2024
1 parent c32dd79 commit e96160f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/templates/search/website.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h2 class="tna-heading-xl tna-!--hide-on-large tna-!--hide-on-medium tna-!--marg
<!-- TODO: Make into ul -->
{% for result in results.results %}
<article class="tna-container tna-container--no-padding">
<div class="tna-column tna-column--width-7-12 tna-column--width-1-2-medium tna-column--width-2-3-small tna-column--full-tiny tna-!--margin-top-s">
<div class="tna-column tna-column--width-7-12 tna-column--width-1-2-medium tna-column--width-2-3-small tna-column--full-tiny tna-!--margin-top-m">
<hgroup class="tna-hgroup-m">
<p class="tna-hgroup__supertitle tna-hgroup__supertitle--plain-">{{ result.type | article_type }}</p>
<h1 class="tna-hgroup__title">
Expand All @@ -97,11 +97,11 @@ <h1 class="tna-hgroup__title">
</hgroup>
<p>{{ result.description }}</p>
</div>
<div class="tna-column tna-column--width-5-12 tna-column--width-1-2-medium tna-column--width-1-3-small tna-column--full-tiny tna-!--margin-top-s">
<div class="tna-column tna-column--width-5-12 tna-column--width-1-2-medium tna-column--width-1-3-small tna-column--full-tiny tna-!--margin-top-m">
<img src="{{ result.image.full_url }}" width="{{ result.image.width }}" height="{{ result.image.height }}" alt="{{ result.image.alt }}">
</div>
</article>
<hr class="tna-!--margin-vertical-s">
<hr class="tna-!--margin-top-m">
{% endfor %}
</div>
{% endif %}
Expand Down

0 comments on commit e96160f

Please sign in to comment.