Skip to content

Commit

Permalink
Fix: RegisterPreview page min-width
Browse files Browse the repository at this point in the history
  • Loading branch information
georgiganchev-7DIGIT committed Nov 21, 2023
1 parent 5b5da5a commit c6a0d3b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/RegisterPreview/register-preview.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@

.page__register-preview {
min-height: 100vh;
min-width: 38rem;

@media screen and (max-width: $screen_md) {
background-image: url(../assets/background-spiral-2.png);
background-repeat: no-repeat;
background-size: cover;
min-width: 35rem;
min-width: 38rem;
}
}

0 comments on commit c6a0d3b

Please sign in to comment.