diff --git a/assets/style/pages/_pages.scss b/assets/style/pages/_pages.scss index 217ae3a..86efc53 100644 --- a/assets/style/pages/_pages.scss +++ b/assets/style/pages/_pages.scss @@ -34,11 +34,15 @@ a:hover { text-decoration: underline } - ul li { - color: $f-color; - font-family: $p-font; - font-size: 1.05rem; - padding: .5rem 0; + ul{ + padding: 0 0 0 1.5rem; + + li { + color: $f-color; + font-family: $p-font; + font-size: 1.05rem; + padding: .5rem 0; + } } img { diff --git a/content/workshop.md b/content/workshop.md index 9c94c19..b41c223 100644 --- a/content/workshop.md +++ b/content/workshop.md @@ -5,12 +5,14 @@ slug: workshop #### Workshop Ideas -- Movie (V for Vendetta, crypto docs ) -- Board game +- Movie (V for Vendetta, Crypto docs) +- Board game (HODL UP) - Setting up a full node -- Hardware wallet comparison -- Software wallet comparison -- Using bitcoin regularly +- Software/Hardware wallet comparisons +- Using bitcoin regularly (shopping apps) - What is the lightning network -- Non KYC crypto (kycnot.me) -- Get started with Bitcoin \ No newline at end of file +- What is KYC (kycnot.me) +- Getting started with Bitcoin +- Setting up BTCPayServer +- Accepting Bitcoin for business +- Bitcoin rewards program \ No newline at end of file