Merge pull request #17525 from edx/tasawer/learner-4068/make-oauth-authorization-page-responsive

Fix css issues on oauth authorization page to make it responsive
This commit is contained in:
Tasawer Nawaz
2018-03-01 17:58:15 +05:00
committed by GitHub

View File

@@ -17,9 +17,8 @@
// For the django-oauth-toolkit Authorization view
.wrapper-authorize {
background: $white;
width: 60%;
padding-right: 140px;
padding-left: 140px;
padding-right: $baseline/2;
padding-left: $baseline/2;
font-family: $font-family-sans-serif;
h1 {