diff --git a/.vuepress/theme/Page.vue b/.vuepress/theme/Page.vue index 51e4e9a2..17e15c97 100644 --- a/.vuepress/theme/Page.vue +++ b/.vuepress/theme/Page.vue @@ -1,208 +1,156 @@ - - diff --git a/.vuepress/theme/styles/layout.css b/.vuepress/theme/styles/layout.css index 53ef3fcc..a09fc22b 100644 --- a/.vuepress/theme/styles/layout.css +++ b/.vuepress/theme/styles/layout.css @@ -40,6 +40,10 @@ @apply .m-0 .pt-8 .border-t .border-grey-lighter; } + .next, .prev { + @apply .inline-block; + } + .next { @apply .float-right; }