Hide website footer

pull/2913/head
Gavin John 2 years ago committed by GitHub
parent 62fe001192
commit d1922052aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -34,6 +34,12 @@ const { hasSidebar } = useSidebar()
} }
} }
@media print {
.VPFooter {
display: none;
}
}
.container { .container {
margin: 0 auto; margin: 0 auto;
max-width: var(--vp-layout-max-width); max-width: var(--vp-layout-max-width);

Loading…
Cancel
Save