diff --git a/app/components/app-menu/about.gjs b/app/components/app-menu/about.gjs index 449c425..a506964 100644 --- a/app/components/app-menu/about.gjs +++ b/app/components/app-menu/about.gjs @@ -159,13 +159,20 @@ import Icon from '#components/icon';
Most impactful: - Add and improve data for points of interest in - OpenStreetMap.
+Most appreciated: Use this app as much as you can and diff --git a/app/styles/app.css b/app/styles/app.css index 4673d8a..464a703 100644 --- a/app/styles/app.css +++ b/app/styles/app.css @@ -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%; }