bold rate

This commit is contained in:
2026-05-05 12:40:42 -07:00
parent e89caf9423
commit a4338717e4
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
<div class="listing{% if listing.data.draft %} draft{% endif %}"> <div class="listing">
<h3>{{ listing.data.title }}</h3> <h3>{{ listing.data.title }}</h3>
<p class="blurb"> <p class="blurb">
<strong> <strong>
@ -7,7 +7,7 @@
offers:</strong> {{ listing.data.blurb }} offers:</strong> {{ listing.data.blurb }}
</p> </p>
{% if listing.data.rate %} {% if listing.data.rate %}
<p>Suggested rate: {{ listing.data.rate }}</p> <p><strong>Suggested rate:</strong> {{ listing.data.rate }}</p>
{% endif %} {% endif %}
<p class="listed-on"> <p class="listed-on">
listed on <time datetime="{{ listing.date | htmlDateString }}" listed on <time datetime="{{ listing.date | htmlDateString }}"

View File

@ -95,12 +95,12 @@
margin-bottom: 1rem; margin-bottom: 1rem;
} }
.blurb { .listing strong {
margin-bottom: .5rem; font-weight: bold;
} }
.blurb strong { .blurb {
font-weight: bold; margin-bottom: .5rem;
} }
.listed-on { .listed-on {