From 0865e01fa28ab9433f1626d7546154ed7afa66a8 2017-08-18 19:06:54 From: Christopher Neugebauer <_@chrisjrn.com> Date: 2017-08-18 19:06:54 Subject: [PATCH] Merge pull request #70 from northbaypython/josh/design make login box flush with header --- diff --git a/static/scss/custom.scss b/static/scss/custom.scss index 71e33f68f4687360b624a724822018d6ef441173..b61ca7cb9741e6e5903e51969d7fce624e0f91e0 100644 --- a/static/scss/custom.scss +++ b/static/scss/custom.scss @@ -391,3 +391,7 @@ footer .footer-copy { background-color: $gray-lighter; font-size: 10px; } + +body.login #content_body .row > div.col-md-9 > p + div.container { + padding-left: 0px; +}