Skip to content

Commit

Permalink
Fix the responsive layout of the My Courses register form
Browse files Browse the repository at this point in the history
Fixes #2538
  • Loading branch information
adamwoodnz committed Jun 16, 2024
1 parent da5699b commit 1b83e9e
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,11 @@
/* My Courses login responsive layout fix */

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

Expand Down

0 comments on commit 1b83e9e

Please sign in to comment.