Commit 0d32f711 by asadiqbal

WL-538 changes to make UI responsive

parent 35267e47
......@@ -134,6 +134,10 @@ a, a:visited {
width: flex-grid(12);
}
.no-min-scale {
min-width: 0px !important;
}
span.edx {
text-transform: none;
font: inherit;
......
......@@ -53,7 +53,7 @@ from lms.djangoapps.verify_student.views import PayAndVerifyView
## JavaScript views may append to this wrapper
<div id="error-container" style="display: none;"></div>
<div class="container">
<div class="container no-min-scale">
<section class="wrapper carousel">
## Payment / Verification flow
## Most of these data attributes are used to dynamically render
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment