chore: add contact button

This commit is contained in:
jinhojang6 2024-06-06 01:21:48 +09:00
parent 7b0f5671c9
commit 8502b51849
2 changed files with 26 additions and 0 deletions

View File

@ -117,6 +117,13 @@ const config = {
label: 'Github',
href: 'https://github.com/waku-org',
},
{
href: 'mailto:team@waku.org',
label: 'Contact',
position: 'right',
className:
'lsd-button lsd-button--small lsd-button--outlined navbar-lsd-button',
},
],
},
footer: {

View File

@ -78,6 +78,20 @@ div:has(.community-container) > .container {
margin-top: -40%;
}
.navbar-lsd-button {
height: 28px !important;
}
@media screen and (max-width: 1200px) {
.navbar-lsd-button {
margin-right: 16px;
}
}
.navbar-lsd-button > div > div {
display: none;
}
@media screen and (min-width: 996px) {
.mdx-hero > .mdx-hero-asset video {
position: absolute;
@ -100,6 +114,11 @@ div:has(.community-container) > .container {
.mdx-hero {
margin-bottom: 200px;
}
.navbar-lsd-button {
height: 32px !important;
padding: 6px 24px !important;
}
}
@media screen and (max-width: 930px) {