Skip to content

Commit

Permalink
Enhanced welcome page (#496)
Browse files Browse the repository at this point in the history
* Enhanced welcome page:

1. Defaultly collapsed list of chains
2. Introduction content added

* Updated Home

---------

Co-authored-by: James Bayly <james@bayly.xyz>
  • Loading branch information
bgodlin and jamesbayly authored Mar 18, 2024
1 parent f4230c9 commit 277df73
Show file tree
Hide file tree
Showing 2 changed files with 203 additions and 180 deletions.
12 changes: 11 additions & 1 deletion docs/.vuepress/public/assets/style/homepage.css
Original file line number Diff line number Diff line change
Expand Up @@ -295,11 +295,15 @@ body .theme-hope-content:not(.custom) {
margin-right: 24px;
flex-shrink: 0;
}
.journeyItem h4 {
.journeyItem h4 a {
font-weight: 500;
font-size: 26px;
line-height: 36px;
margin-bottom: 16px !important;
color: white;
}
.journeyItem h4 a:hover {
color: #4388dd;
}

.graphGuide {
Expand Down Expand Up @@ -514,6 +518,12 @@ footer {
display: none;
}

iframe {
position: static;
width: 100%;
aspect-ratio: 16 / 9;
}

.overflow3 {
overflow: hidden;
text-overflow: ellipsis;
Expand Down
Loading

0 comments on commit 277df73

Please sign in to comment.