diff --git a/assets/styles/post.styl b/assets/styles/post.styl
index 34bbb3d..fae0a43 100644
--- a/assets/styles/post.styl
+++ b/assets/styles/post.styl
@@ -5,6 +5,7 @@ margin-y($top, $bottom = $top)
margin-bottom $bottom
.post
+ position relative
padding 30px 60px
font-size 14px
line-height 1.8
diff --git a/components/OneToc.vue b/components/OneToc.vue
index ff34de9..e880473 100644
--- a/components/OneToc.vue
+++ b/components/OneToc.vue
@@ -1,8 +1,9 @@
@@ -25,8 +26,3 @@ export default {
}
}
-
-
diff --git a/layouts/default.vue b/layouts/default.vue
index 921e28c..fba6c0e 100644
--- a/layouts/default.vue
+++ b/layouts/default.vue
@@ -110,4 +110,11 @@ main
min-width 0
+
+
diff --git a/one/templates/page.etpl b/one/templates/page.etpl
index e0332f4..43b24b6 100644
--- a/one/templates/page.etpl
+++ b/one/templates/page.etpl
@@ -1,5 +1,6 @@
-
+
+
${content | raw}