fix css issues on oauth authorization page to make it responsive

LEARNER-4068
This commit is contained in:
Tasawer Nawaz
2018-02-22 11:33:20 +05:00
parent 7484c1b135
commit b14bcafc62

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 {