From 81721a22e8f82845143158841e0b3b53faad56b0 Mon Sep 17 00:00:00 2001 From: Sev Date: Fri, 11 Oct 2024 10:15:55 +0200 Subject: [PATCH] fixed home buttons --- docs/.vuepress/styles/index.scss | 13 +++++++++++++ docs/README.md | 8 ++++---- 2 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 docs/.vuepress/styles/index.scss diff --git a/docs/.vuepress/styles/index.scss b/docs/.vuepress/styles/index.scss new file mode 100644 index 0000000..17472a7 --- /dev/null +++ b/docs/.vuepress/styles/index.scss @@ -0,0 +1,13 @@ +.vp-hero-actions { + justify-content: center; + + +} + +.vp-hero-action-button { + width: 300px; + max-width: 100%; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; +} \ No newline at end of file diff --git a/docs/README.md b/docs/README.md index cbfe691..64fc46f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,12 +4,12 @@ title: Home heroImage: ./images/spacialist_logo_lines_black.svg heroImageDark: ./images/spacialist_logo_lines_white.svg actions: - - text: User Guide - link: /user/guide.html + - text: For Users + link: /user/overview type: primary - - text: Coding Guide - link: /developer/coding-style.html + - text: For Developers + link: /developer/overview type: primary