mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
fix(guide): add more headings
This commit is contained in:
@@ -52,30 +52,24 @@ export default defineConfig({
|
||||
'place-items': 'center',
|
||||
'scroll-margin-top': '6.5rem',
|
||||
},
|
||||
'.level-h1': {
|
||||
margin: '1rem 0',
|
||||
},
|
||||
h2: {
|
||||
display: 'flex',
|
||||
'place-items': 'center',
|
||||
'margin-top': '1.25em',
|
||||
'scroll-margin-top': '6.5rem',
|
||||
},
|
||||
'.level-h2': {
|
||||
margin: '1.25em 0',
|
||||
},
|
||||
h3: {
|
||||
display: 'flex',
|
||||
'place-items': 'center',
|
||||
'margin-top': '1.25em',
|
||||
'scroll-margin-top': '6.5rem',
|
||||
},
|
||||
'.level-h3': {
|
||||
margin: '1.25em 0',
|
||||
},
|
||||
h4: {
|
||||
display: 'flex',
|
||||
'place-items': 'center',
|
||||
'margin-top': '1.25em',
|
||||
'scroll-margin-top': '6.5rem',
|
||||
},
|
||||
'.level-h4': {
|
||||
margin: '1.25em 0',
|
||||
},
|
||||
// eslint-disable-next-line id-length
|
||||
p: {
|
||||
margin: '.5em 0',
|
||||
|
||||
Reference in New Issue
Block a user