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:
Aman Agrawal 2021-11-13 17:04:14 +00:00 committed by Tim Abbott
parent a2f89f21e3
commit 5f4595d7b6
1 changed files with 4 additions and 0 deletions

View File

@ -2636,6 +2636,10 @@ nav {
left: 0; left: 0;
width: 100%; width: 100%;
height: 1100px; height: 1100px;
@media (width < 768px) {
height: 700px;
}
} }
.gradients .gradient.dark-blue { .gradients .gradient.dark-blue {