From 23bd190c270c323c22e43e7e84f3aa4303ddf9c1 2017-08-18 18:26:33 From: Joshua Simmons Date: 2017-08-18 18:26:33 Subject: [PATCH] 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; +}