promote: dev → stage #2

Merged
will.anderson merged 44 commits from dev into stage 2026-05-09 17:32:29 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 5a8783ff0c - Show all commits
Binary file not shown.
+1 -1
View File
@@ -82,10 +82,10 @@ fn environmental() -> String {
</div>
</div>
</section>
<style>
@media (max-width: 768px) {
.env-grid { grid-template-columns: 1fr !important; gap: 2rem !important; }
}
</style>
</section>
}
+2 -2
View File
@@ -133,8 +133,6 @@ fn marketplace() -> String {
<script src="/js/marketplace.js" defer></script>
</section>
<style>
#marketplace { padding: 6rem 0; }
.marketplace-header { margin-bottom: 4rem; }
@@ -229,4 +227,6 @@ fn marketplace() -> String {
}
.dev-textarea { resize: vertical; min-height: 120px; }
</style>
</section>
}