mirror of https://github.com/zulip/zulip.git
landing_page: Avoid gradient overflowing under content.
Gradient under content makes links which are of similar color hard to see.
This commit is contained in:
parent
a2f89f21e3
commit
5f4595d7b6
|
@ -2636,6 +2636,10 @@ nav {
|
|||
left: 0;
|
||||
width: 100%;
|
||||
height: 1100px;
|
||||
|
||||
@media (width < 768px) {
|
||||
height: 700px;
|
||||
}
|
||||
}
|
||||
|
||||
.gradients .gradient.dark-blue {
|
||||
|
|
Loading…
Reference in New Issue