1
0
Fork 0
mirror of synced 2024-06-02 19:04:49 +12:00

Test bigger tablet mode

This commit is contained in:
Eldad Fux 2020-01-28 00:43:35 +02:00
parent 4611b985b0
commit d52bd92d75
3 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -24,9 +24,9 @@
@watch: ~"only screen and (max-width: 260px)";
@phones: ~"only screen and (max-width: 550px)";
@tablets: ~"only screen and (min-width: 551px) and (max-width: 970px)";
@desktops: ~"only screen and (min-width: 971px) and (max-width: 1300px)";
@big-screens: ~"only screen and (min-width: 970px)";
@tablets: ~"only screen and (min-width: 551px) and (max-width: 1200px)";
@desktops: ~"only screen and (min-width: 1201px) and (max-width: 1300px)";
@big-screens: ~"only screen and (min-width: 1200px)";
@dark: ~"(prefers-color-scheme: dark)";
img[src=""] {