diff --git a/components/adv-post-form.js b/components/adv-post-form.js
index 464b7bcf..cf0933d1 100644
--- a/components/adv-post-form.js
+++ b/components/adv-post-form.js
@@ -32,7 +32,7 @@ const FormStatus = {
export function BoostHelp () {
return (
-
+
- Boost ranks items higher based on the amount
- The highest boost in a territory over the last 30 days is pinned to the top of the territory
- The highest boost across all territories over the last 30 days is pinned to the top of the homepage
diff --git a/components/info/cc.js b/components/info/cc.js
index 53219c06..f4814ef4 100644
--- a/components/info/cc.js
+++ b/components/info/cc.js
@@ -5,7 +5,7 @@ export default function CCInfo (props) {
return (
Why am I getting cowboy credits?
-
+
- to receive sats, you must attach an external receiving wallet
- zappers may have chosen to send you CCs instead of sats
- if the zaps are split on a post, recipients will receive CCs regardless of their configured receiving wallet
diff --git a/components/info/reward-sats.js b/components/info/reward-sats.js
index d84a8e72..178a1cfd 100644
--- a/components/info/reward-sats.js
+++ b/components/info/reward-sats.js
@@ -5,7 +5,7 @@ export default function RewardSatsInfo (props) {
return (
Where did my sats come from?
-
+
- you may have sats from before SN went not-custodial
- sats also come from daily rewards and territory revenue
diff --git a/components/job-form.js b/components/job-form.js
index f8533586..f65b78d5 100644
--- a/components/job-form.js
+++ b/components/job-form.js
@@ -114,7 +114,7 @@ export default function JobForm ({ item, sub }) {
label={
boost
-
+
- Boost ranks jobs higher based on the amount
- The minimum boost is {numWithUnits(BOOST_MIN, { abbreviate: false })}
- Boost must be divisible by {numWithUnits(BOOST_MULT, { abbreviate: false })}
diff --git a/styles/globals.scss b/styles/globals.scss
index 05eaaab6..0d4a7bd4 100644
--- a/styles/globals.scss
+++ b/styles/globals.scss
@@ -322,6 +322,10 @@ svg {
padding: 0;
background-color: transparent;
}
+.modal-body li {
+ line-height: 1.25;
+ margin-top: 0.5rem;
+}
.modal-close.fullscreen {
padding: 1.25rem;
}