From be75aec7cdfa4afe5f39ea14b060e93d558bd530 Mon Sep 17 00:00:00 2001 From: Ben Stein-Lobovits Date: Tue, 8 Jul 2014 11:38:12 -0700 Subject: [PATCH] [FEATURE] Center site --- css/custom.css | 26 ++++++++++++++++++++++++++ index.html | 3 ++- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/css/custom.css b/css/custom.css index 45baedd07a..4ccd68543c 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1 +1,27 @@ /* Additional Styling */ + +.header .left { + float: none; + max-width: 1024px; + margin: auto; +} + +.header-subnav-wrapper { + background: #f3f6fb; + border-bottom: solid 1px #dfe2e7; +} + +.header-subnav { + max-width: 1024px; + margin: auto; + border-bottom: none !important; +} + +.content-root { + max-width: 1024px; + margin: auto; +} + +.menubar.fixed { + left: 23%; +} \ No newline at end of file diff --git a/index.html b/index.html index 4531530c96..321dcc1828 100644 --- a/index.html +++ b/index.html @@ -101,6 +101,7 @@ mixpanel.init("132d42885e094171f34467fc54da6fab"); +
  • Introduction
  • @@ -109,7 +110,7 @@ mixpanel.init("132d42885e094171f34467fc54da6fab");
 
- +