Webconfig: Go to small-screen mode earlier

Since the color previews are now wider, we had quite a wide range
where there would only be one. Remove the border around the content
earlier so windows with 1000px width still get two previews in a row.

(making the text shorter would also be an option here)
This commit is contained in:
Fabian Homborg
2022-02-25 18:27:17 +01:00
parent 0614f507ff
commit 68f099d804

View File

@@ -622,7 +622,7 @@ img.delete_icon {
cursor: default;
}
@media screen and (max-width: 800px) {
@media screen and (max-width: 1000px) {
/* On small screens remove the margins to leave more for the actual content */
body {
width: 100%;