Suggest adding photos to contribute

This commit is contained in:
2026-08-19 11:42:01 -06:00
parent 59243d7703
commit 10ecb745ee
2 changed files with 32 additions and 6 deletions
+13 -6
View File
@@ -159,13 +159,20 @@ import Icon from '#components/icon';
<div class="details-content">
<p>
<strong>Most impactful:</strong>
Add and improve data for points of interest in
<a
href="https://www.openstreetmap.org"
target="_blank"
rel="noopener"
>OpenStreetMap</a>.
</p>
<ul>
<li>
Add and improve data for points of interest in
<a
href="https://www.openstreetmap.org"
target="_blank"
rel="noopener"
>OpenStreetMap</a>.
</li>
<li>
Add place photos with your Nostr account.
</li>
</ul>
<p>
<strong>Most appreciated:</strong>
Use this app as much as you can and
+19
View File
@@ -752,6 +752,25 @@ select.form-control {
text-decoration: underline;
}
.about-section p + ul {
margin-top: 0.25rem;
}
.about-section ul {
padding-inline-start: 1.2em;
margin: 0.5rem 0 0;
}
.about-section li {
padding-inline-start: 0.5rem;
margin-block: 0.15rem;
}
.about-section li::marker {
content: '♥';
color: #898989;
}
.btn-full {
width: 100%;
}