Skip to content

Commit

Permalink
⚡ Improve homepage layout
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmoMyzrailGorynych committed Dec 26, 2024
1 parent ff7ad9e commit 0660366
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/.vuepress/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@
--vp-c-bg: #15151a;
}

// Nice shadow on the logo
.vp-hero-image {
filter: drop-shadow(0 5px 6px rgba(192, 197, 115, 0.1)) drop-shadow(0 18px 23px rgba(192, 197, 115, 0.05));
}

// Fix weird header margin
#main-description {
margin-top: 0;
}
// add more space to make header layout more symmetrical
.vp-hero-info-wrapper {
padding-top: 3rem;
}

0 comments on commit 0660366

Please sign in to comment.