Skip to content

Commit

Permalink
Fix the responsive layout of the My Courses login form
Browse files Browse the repository at this point in the history
Fixes #2538
  • Loading branch information
adamwoodnz committed Jun 16, 2024
1 parent c54a41d commit da5699b
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@
&.quiz #main-content .sensei-breadcrumb {
padding: 1rem;
}

/* My Courses login responsive layout fix */

@media screen and (max-width: 782px) {
#my-courses #customer_login .col-1 {
width: unset;
}
}
}

.single-course {
Expand Down

0 comments on commit da5699b

Please sign in to comment.