diff --git a/notebook/static/auth/css/override.css b/notebook/static/auth/css/override.css index 92b40d32f..cda15499d 100644 --- a/notebook/static/auth/css/override.css +++ b/notebook/static/auth/css/override.css @@ -3,6 +3,6 @@ This is only required when different pages style the same element differently. T a hack to deal with our current css styles and no new styling should be added in this file.*/ #ipython-main-app { - margin: 50px auto; + padding-top: 50px; text-align: center; } \ No newline at end of file