diff --git a/.vuepress/styles/index.styl b/.vuepress/styles/index.styl index fea53f2..4e93831 100644 --- a/.vuepress/styles/index.styl +++ b/.vuepress/styles/index.styl @@ -47,8 +47,11 @@ p code { /*Bootstrap*/ p { - margin-bottom: 0; - margin-top: 1rem; + display: block; + margin-block-start: 1em; + margin-block-end: 1em; + margin-inline-start: 0px; + margin-inline-end: 0px; } a:hover { text-decoration: none !important; @@ -60,9 +63,6 @@ label { line-height: normal; } -.nav-item a { - padding: 0px; -} .side-nav-item a { padding: 2px; } diff --git a/.vuepress/theme/components/NavLink.vue b/.vuepress/theme/components/NavLink.vue new file mode 100644 index 0000000..1e63de6 --- /dev/null +++ b/.vuepress/theme/components/NavLink.vue @@ -0,0 +1,60 @@ + + + + +