set UI breakpoint to 1024 to ensure smooth UX for tablet users. Update the existing UI tests

This commit is contained in:
Robin Scholtes 2023-08-16 16:42:05 +12:00
parent 047750fda4
commit 965659311e
10 changed files with 42 additions and 35 deletions

View file

@ -73,13 +73,13 @@ body {
display: none;
}
@media only screen and ( min-width: 768px ) {
@media only screen and ( min-width: 1024px ) {
.desktop-only {
display: inline-block;
}
}
@media only screen and ( min-width: 768px ){
@media only screen and ( min-width: 1024px ){
.mobile-only {
display: none;
}