diff --git a/lms/static/sass/views/_verification.scss b/lms/static/sass/views/_verification.scss
index a7b26bb5f0..f5f162b411 100644
--- a/lms/static/sass/views/_verification.scss
+++ b/lms/static/sass/views/_verification.scss
@@ -586,13 +586,10 @@ body.register.verification-process {
.title {
@extend .t-title5;
border-bottom: 1px solid #ddd;
- padding: $baseline 0 ($baseline/4) 0;
+ padding-bottom: ($baseline/4);
font-weight: bold;
}
- li {
- margin-bottom: $baseline;
- }
}
.next-step {
@@ -610,6 +607,11 @@ body.register.verification-process {
.review-photo {
width: 500px;
float: left;
+
+ .title {
+ @extend .t-title5;
+ margin-top: $baseline;
+ }
}
#review-facephoto {
diff --git a/lms/templates/verify_student/photo_verification.html b/lms/templates/verify_student/photo_verification.html
index fc28acee38..fc7244c511 100644
--- a/lms/templates/verify_student/photo_verification.html
+++ b/lms/templates/verify_student/photo_verification.html
@@ -328,7 +328,7 @@
-
Photos don't meet the requirements? Retake the photos.