Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/stack/interop/assets/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
}
2 changes: 1 addition & 1 deletion styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
4 changes: 2 additions & 2 deletions styles/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}


Expand Down
Loading