mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 20:02:15 +00:00
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:
@@ -244,6 +244,7 @@ nav .hamburger {
|
||||
}
|
||||
|
||||
nav .content {
|
||||
margin: 0 5px 0 10px;
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user