mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-29 18:13:47 +00:00
fix: increase bottom spacing for installation guide blocks
This commit is contained in:
@@ -310,7 +310,7 @@ export default function InstallationGuide({
|
||||
const Renderer = RENDERERS[blockType] || CardsBlock;
|
||||
|
||||
return (
|
||||
<div className="space-y-6">
|
||||
<div className="space-y-6 pb-6">
|
||||
{/* Header + platform dropdown */}
|
||||
<div className="flex items-center gap-3">
|
||||
{!isTelegramWebApp && (
|
||||
|
||||
Reference in New Issue
Block a user