diff --git a/docs/src/components/PageNavigation/index.vue b/docs/src/components/PageNavigation/index.vue new file mode 100644 index 00000000..7def32c0 --- /dev/null +++ b/docs/src/components/PageNavigation/index.vue @@ -0,0 +1,58 @@ + + + + + ← {{ previousPage.title }} + + + + + {{ nextPage.title }} → + + + + + + + + \ No newline at end of file diff --git a/docs/src/components/PageNavigation/style.scss b/docs/src/components/PageNavigation/style.scss new file mode 100644 index 00000000..a5be882e --- /dev/null +++ b/docs/src/components/PageNavigation/style.scss @@ -0,0 +1,5 @@ +.page-navigation { + display: flex; + justify-content: space-between; + padding: 3rem 0; +} \ No newline at end of file diff --git a/docs/src/layouts/App/base.scss b/docs/src/layouts/App/base.scss index 11d92b86..b85098f1 100644 --- a/docs/src/layouts/App/base.scss +++ b/docs/src/layouts/App/base.scss @@ -72,10 +72,6 @@ a { text-decoration: none; } -p { - margin-bottom: 1rem; -} - .is-active { background: black; color: white; diff --git a/docs/src/layouts/App/index.vue b/docs/src/layouts/App/index.vue index f16d4c86..05353015 100644 --- a/docs/src/layouts/App/index.vue +++ b/docs/src/layouts/App/index.vue @@ -26,6 +26,7 @@ + @@ -43,13 +44,18 @@ query {