diff --git a/components/MDContent.js b/components/MDContent.js
index 88bcca2..3564342 100644
--- a/components/MDContent.js
+++ b/components/MDContent.js
@@ -54,11 +54,7 @@ function MDContent({content, backLinks, handleOpenNewContent}) {
);
diff --git a/pages/_document.js b/pages/_document.js
index 993348c..d60cdc1 100644
--- a/pages/_document.js
+++ b/pages/_document.js
@@ -1,4 +1,4 @@
-import { Html, Head, Main, NextScript } from 'next/document'
+import {Html, Head, Main, NextScript} from 'next/document'
export default function Document() {
return (
@@ -6,12 +6,13 @@ export default function Document() {
-
+
-
-
+
+