Skip to content

Commit

Permalink
set media breakpoint to 1024px
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobsters6666 committed Apr 2, 2024
1 parent 8a8facd commit d6bcd99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/pages/create-checker-page/style.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@
flex-direction: column;
height: 80%;
width: 55%;
padding: 0 10px;
}

.preview {
Expand Down Expand Up @@ -210,7 +211,7 @@
color: #087DF1;
}

@media (min-width: 924px) {
@media (min-width: 1024px) {
#customisePageContainer {
flex-direction: row;
}
Expand Down

0 comments on commit d6bcd99

Please sign in to comment.