fix: fix bug with anchor
This commit is contained in:
parent
1be12f914d
commit
06e8af3a46
|
@ -93,6 +93,7 @@ export const FooterLinksItems: {
|
|||
links: [
|
||||
{ label: 'Terms of Use', href: '/terms' },
|
||||
{ label: 'Privacy Policy', href: '/privacy-policy' },
|
||||
{ label: 'Security', href: '/security' },
|
||||
{ label: 'About', href: '/about' },
|
||||
],
|
||||
},
|
||||
|
|
|
@ -76,6 +76,7 @@ export default function App({ Component, pageProps }: AppLayoutProps) {
|
|||
}
|
||||
|
||||
.anchor {
|
||||
position: relative;
|
||||
margin-top: calc(-1 * var(--lpe-article-rendered-margin-top));
|
||||
padding-bottom: var(--lpe-article-rendered-margin-top);
|
||||
margin-bottom: -16px;
|
||||
|
|
Loading…
Reference in New Issue