diff --git a/_data/projects.yaml b/_data/projects.yaml
index 3700cb33f..6c789267d 100644
--- a/_data/projects.yaml
+++ b/_data/projects.yaml
@@ -42,7 +42,7 @@ projects:
key_people:
- handle: "@StephenDeLorme"
url: https://x.com/StephenDeLorme
- status: Alpha stage, approaching v1 launch
+ status: Alpha stage, approaching v1 launch
connect:
channel: "#bitcoin-builder-kit"
url: https://discord.gg/KtW9xB7p
@@ -92,7 +92,7 @@ projects:
key_people:
- handle: "@matbalez"
url: https://x.com/matbalez
- status: Active advocacy underway
+ status: Active advocacy underway
connect:
channel: "#bip-177"
url: https://discord.gg/GPXH25FG
@@ -110,7 +110,7 @@ projects:
url: https://x.com/matbalez
- handle: "@ConorOkus"
url: https://x.com/ConorOkus
- status: Active advocacy underway
+ status: Active advocacy underway
connect:
channel: "#bip-353"
url: https://discord.gg/M7nJksmJ
@@ -286,7 +286,7 @@ projects:
key_people:
- handle: "@Yashraj__"
url: https://x.com/Yashraj__
- status: Active advocacy underway
+ status: Active advocacy underway
connect:
channel: "#privacy"
url: https://discord.gg/MuXfrfSv
diff --git a/_sass/minima/_projects-page.scss b/_sass/minima/_projects-page.scss
index e8d7504d4..2b81637f6 100644
--- a/_sass/minima/_projects-page.scss
+++ b/_sass/minima/_projects-page.scss
@@ -351,9 +351,18 @@
// Responsive
@include media-query(small) {
+ .hide-mobile {
+ display: none;
+ }
+
.projects-grid {
gap: $spacing-unit * 2;
- padding: $spacing-unit * 2 0;
+ padding: $spacing-unit * 2 0 $spacing-unit / 2 0;
+ }
+
+ // Add space between funding section and first split section
+ p + .split-section {
+ margin-top: $spacing-unit * 3;
}
.project-category__list {
diff --git a/projects.md b/projects.md
index 7ae5ececa..86cfcdebc 100644
--- a/projects.md
+++ b/projects.md
@@ -91,7 +91,7 @@ https://www.figma.com/file/qzvCvqhSRx3Jq8aywaSjlr/Bitcoin-Design-Guide-Illustrat
class="split-section--reversed"
graphic_color="#1134F5"
graphic_bg_image="/assets/images/projects/section--community-project.svg"
- graphic_image="/assets/images/projects/supergraphic--community-projects-grid.svg"
+ graphic_image="/assets/images/projects/supergraphic--community-projects-grid.png"
content_color="#000032"
label="Community Projects"
headline="Built by the Community, for Bitcoin"