bold rate

This commit is contained in:
2026-05-05 12:40:42 -07:00
parent f3f9c4d70e
commit 1ecd538c90
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>
<p class="blurb">
<strong>
@ -7,7 +7,7 @@
offers:</strong> {{ listing.data.blurb }}
</p>
{% if listing.data.rate %}
<p>Suggested rate: {{ listing.data.rate }}</p>
<p><strong>Suggested rate:</strong> {{ listing.data.rate }}</p>
{% endif %}
<p class="listed-on">
listed on <time datetime="{{ listing.date | htmlDateString }}"

View File

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