landing-page: Remove navbar content max width.

Zulip's logo and navigation options stay aligned with the page
content on screens larger than 1440px.

Addresses #5693.
This commit is contained in:
Jack Zhang
2017-07-06 01:19:54 -07:00
committed by Tim Abbott
parent fbf24624f8
commit 4ea45743d0
2 changed files with 1 additions and 9 deletions

View File

@@ -244,6 +244,7 @@ nav .hamburger {
}
nav .content {
margin: 0 5px 0 10px;
position: relative;
z-index: 2;
}

View File

@@ -13,15 +13,6 @@ body {
margin: 0 auto -56px;
}
/* This is a hack so that our main content
remains centered in the middle 1440px or so
on wide monitors, but that our little color
bars can extend to the edges of the screen */
.content {
max-width: 1440px;
margin: 0px auto;
}
.navbar {
margin-bottom: 0px;
}