Change css for edX edge about page
Removed padding and increased the height to 100% to make enroll button visible on mobile view for courses with long title LEARNER-5532
This commit is contained in:
@@ -19,8 +19,7 @@
|
||||
box-shadow: 0 1px 80px 0 rgba(0, 0, 0, 0.5);
|
||||
border-bottom: 1px solid $border-color-3;
|
||||
box-shadow: inset 0 1px 5px 0 $shadow-l1;
|
||||
height: 280px;
|
||||
padding-top: 150px;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user