From 51440042cd2df31dd2043b90015626d67c3036df Mon Sep 17 00:00:00 2001 From: DJ Enriquez Date: Mon, 2 Oct 2017 01:03:08 -0700 Subject: [PATCH 1/2] Improve real-estate --- app/components/App/app.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/components/App/app.css b/app/components/App/app.css index f4b79dc..320bd3f 100644 --- a/app/components/App/app.css +++ b/app/components/App/app.css @@ -1,9 +1,9 @@ #content { padding-left: 30px; - width: calc(100vw - 305px); + width: calc(100vw - 275px); display: inline-block; - margin-left: 250px; - margin-top: 80px; + margin-left: 235px; + margin-top: 70px; } .snackbar { From 55e5b055292b88ad34846257115c4b980a778623 Mon Sep 17 00:00:00 2001 From: DJ Enriquez Date: Mon, 2 Oct 2017 11:40:36 -0700 Subject: [PATCH 2/2] Fix z-index for content container --- app/components/shared/Header/header.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/shared/Header/header.css b/app/components/shared/Header/header.css index 436194b..5c32cba 100644 --- a/app/components/shared/Header/header.css +++ b/app/components/shared/Header/header.css @@ -7,7 +7,7 @@ position: fixed; width: 100%; top: 0; - z-index: 1; + z-index: 100; } .infoSectionItem {