mirror of https://github.com/waku-org/waku.org.git
chore: add contact button
This commit is contained in:
parent
7b0f5671c9
commit
8502b51849
|
@ -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: {
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue