From 9c3c7b8b60065202f7501eb1a139557341ff3e4f Mon Sep 17 00:00:00 2001 From: Matt Batchelder Date: Thu, 14 May 2026 12:46:20 -0400 Subject: [PATCH] pricing changes --- pages/faq.php | 2 +- pages/home.php | 2 +- pages/pricing.php | 6 +++--- theme/assets/css/main.css | 3 --- theme/blocks/index.php | 2 +- 5 files changed, 6 insertions(+), 9 deletions(-) diff --git a/pages/faq.php b/pages/faq.php index 5c9314e..0d0173e 100644 --- a/pages/faq.php +++ b/pages/faq.php @@ -11,7 +11,7 @@ return <<<'ORIBI_SYNC_CONTENT' - + diff --git a/pages/home.php b/pages/home.php index 8606a73..fd46951 100644 --- a/pages/home.php +++ b/pages/home.php @@ -48,5 +48,5 @@ return <<<'ORIBI_SYNC_CONTENT' - + ORIBI_SYNC_CONTENT; diff --git a/pages/pricing.php b/pages/pricing.php index 6904faf..70d1f18 100644 --- a/pages/pricing.php +++ b/pages/pricing.php @@ -9,11 +9,11 @@ return <<<'ORIBI_SYNC_CONTENT' - + - + - + diff --git a/theme/assets/css/main.css b/theme/assets/css/main.css index ebeb15f..9fe651d 100644 --- a/theme/assets/css/main.css +++ b/theme/assets/css/main.css @@ -1657,9 +1657,6 @@ p:last-child { margin-bottom: 0; } } /* ── 8d. Device Card ───────────────────────────────────────── */ -.device-grid { - --cols: 2; -} .oribi-card.device-card { display: flex; flex-direction: column; diff --git a/theme/blocks/index.php b/theme/blocks/index.php index 56ad765..5dd49a9 100644 --- a/theme/blocks/index.php +++ b/theme/blocks/index.php @@ -1683,7 +1683,7 @@ function oribi_render_addon_card($a) /* ── Device Section ────────────────────────────────────────────────────────── */ function oribi_render_device_section($a, $content) { - return oribi_render_card_section($a, $content, 'grid device-grid', 2); + return oribi_render_card_section($a, $content, 'grid', 2); } /* ── Device Card ───────────────────────────────────────────────────────────── */