(css) Fix overflow of login page

pull/216/merge
Francis Lachapelle 2016-07-19 15:20:21 -04:00
parent 0cf0c25399
commit f18a0373d8
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ $sg-login-width: grid-step(5);
md-content {
// Keep content centered
margin: auto;
overflow: hidden;
.sg-logo img {
width: grid-step(5);