diff --git a/media/css/mkt/header.less b/media/css/mkt/header.less index e10b09420e..5fc770d540 100644 --- a/media/css/mkt/header.less +++ b/media/css/mkt/header.less @@ -39,6 +39,19 @@ } } +// TODO: Remove these when we take down walled garden and have desktop designs. +.login.home #top { + margin-left: 0; +} + +@media (max-width: @7col) { + .login.home #top { + margin: 0 auto; + width: 100%; + max-width: 100%; + } +} + #search { color: #fff; display: none; diff --git a/mkt/home/templates/home/home_walled.html b/mkt/home/templates/home/home_walled.html index 7812568295..2544f41bd4 100644 --- a/mkt/home/templates/home/home_walled.html +++ b/mkt/home/templates/home/home_walled.html @@ -1,6 +1,9 @@ {% extends 'mkt/base.html' %} +{% set bodyclass = 'home login' %} + {% block content %} +