mirror of https://github.com/waku-org/waku.org.git
fix: fix bug with navbar lsd button
This commit is contained in:
parent
8502b51849
commit
d2735bff13
|
@ -79,7 +79,12 @@ div:has(.community-container) > .container {
|
|||
}
|
||||
|
||||
.navbar-lsd-button {
|
||||
display: flex !important;
|
||||
height: 28px !important;
|
||||
|
||||
.lsd-typography {
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1200px) {
|
||||
|
@ -118,6 +123,10 @@ div:has(.community-container) > .container {
|
|||
.navbar-lsd-button {
|
||||
height: 32px !important;
|
||||
padding: 6px 24px !important;
|
||||
|
||||
.lsd-typography {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue