From 4ea45743d0ff52365e7fb2df3f56b213e65cb73d Mon Sep 17 00:00:00 2001 From: Jack Zhang Date: Thu, 6 Jul 2017 01:19:54 -0700 Subject: [PATCH] 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. --- static/styles/landing-page.css | 1 + static/styles/portico.css | 9 --------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/static/styles/landing-page.css b/static/styles/landing-page.css index 3875282ced..150c41a3ae 100644 --- a/static/styles/landing-page.css +++ b/static/styles/landing-page.css @@ -244,6 +244,7 @@ nav .hamburger { } nav .content { + margin: 0 5px 0 10px; position: relative; z-index: 2; } diff --git a/static/styles/portico.css b/static/styles/portico.css index 892ef31992..2b3ee73fc1 100644 --- a/static/styles/portico.css +++ b/static/styles/portico.css @@ -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; }