Skip to content

Commit

Permalink
Adjust reversed block in signup page for screens smaller than 1200px
Browse files Browse the repository at this point in the history
  • Loading branch information
kimsible committed Nov 30, 2020
1 parent ea1cbbf commit dd9cb85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/app/+signup/+register/register.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@

}

@media screen and (max-width: breakpoint(md)) {
@media screen and (max-width: breakpoint(xl)) {
.wrapper {
@include columnReverseDisplay();
}
}

@media screen and (max-width: breakpoint(md) + $menu-width) {
@media screen and (max-width: breakpoint(xl) + $menu-width) {
:host-context(.main-col:not(.expanded)) {
.wrapper {
@include columnReverseDisplay();
Expand Down

0 comments on commit dd9cb85

Please sign in to comment.