diff --git a/pages/stack/interop/assets/_meta.json b/pages/stack/interop/assets/_meta.json index fb51b47ae..1db8c901e 100644 --- a/pages/stack/interop/assets/_meta.json +++ b/pages/stack/interop/assets/_meta.json @@ -2,6 +2,6 @@ "superchain-erc20": "SuperchainERC20", "transfer-superchainERC20": "How to transfer a SuperchainERC20", "deploy-superchain-erc20": "Deploy assets using SuperchainERC20", - "superchainERC20-best-practices": "SuperchainERC20 best practices", + "superchainerc20-best-practices": "SuperchainERC20 best practices", "superchain-weth": "SuperchainWETH (Interoperable ETH)" } \ No newline at end of file diff --git a/styles/global.css b/styles/global.css index e419354cd..4a1dcb2af 100644 --- a/styles/global.css +++ b/styles/global.css @@ -7,7 +7,7 @@ /* Override Nextra so content gets more breathing room */ .nextra-content h2 ~ p, .nextra-content h3 ~ p { - margin-top: 1rem; + margin-bottom: 1.25rem; } /* Custom div that can contain Nextra images */ diff --git a/styles/theme.css b/styles/theme.css index c82741b6f..1f091d7ca 100644 --- a/styles/theme.css +++ b/styles/theme.css @@ -153,11 +153,11 @@ h4 { } .nextra-content h2 ~ p { - margin-top: .3rem + margin-top: .8rem } .nextra-content h3 ~ p { - margin-top: .3rem; + margin-top: .6rem; }