bold rate
This commit is contained in:
@ -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 }}"
|
||||||
|
|||||||
@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user