make login box flush with header

This commit is contained in:
Joshua Simmons 2017-08-18 11:26:33 -07:00
parent 091ac19f77
commit 23bd190c27

View file

@ -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;
}