Merge pull request #70 from northbaypython/josh/design

make login box flush with header
This commit is contained in:
Christopher Neugebauer 2017-08-18 12:06:54 -07:00 committed by GitHub
commit 0865e01fa2

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