Skip to content

Commit

Permalink
fixed home buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Severino committed Oct 11, 2024
1 parent 46ceb9a commit 81721a2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions docs/.vuepress/styles/index.scss
Original file line number Diff line number Diff line change
@@ -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;
}
8 changes: 4 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 81721a2

Please sign in to comment.