(css) Fix overflow of login page

This commit is contained in:
Francis Lachapelle 2016-07-19 15:20:21 -04:00
parent 0cf0c25399
commit f18a0373d8

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