[site,bug][xs]: fix weird margins on pages -- refs #993
This commit is contained in:
@@ -64,13 +64,6 @@ const parse = async function (source, format, scope) {
|
|||||||
},
|
},
|
||||||
content(node) {
|
content(node) {
|
||||||
return [
|
return [
|
||||||
h(
|
|
||||||
'span.invisible.block.h-0.w-0',
|
|
||||||
{ ariaLabel: node.properties.id },
|
|
||||||
'Read the “',
|
|
||||||
node.properties.id,
|
|
||||||
'” section'
|
|
||||||
),
|
|
||||||
h(
|
h(
|
||||||
'svg',
|
'svg',
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user