From 4fbec86d849df32a5208d7a7719d626e33edd63f Mon Sep 17 00:00:00 2001 From: Jack Date: Mon, 19 Oct 2020 20:17:58 +0100 Subject: [PATCH] changing the layout of results page sooner --- public/css/style.scss | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/public/css/style.scss b/public/css/style.scss index cdd8434e9..d9b114419 100644 --- a/public/css/style.scss +++ b/public/css/style.scss @@ -2704,7 +2704,7 @@ key { } } -@media only screen and (max-width: 1000px) { +@media only screen and (max-width: 1050px) { #centerContent { .pageSettings .section.themes .buttons, .pageSettings .section.language .buttons, @@ -2715,9 +2715,15 @@ key { .pageSettings .section.keymapStyle .buttons { grid-template-columns: 1fr 1fr 1fr; } + + #result .morestats { + gap: 1rem; + grid-template-rows: 1fr 1fr; + } } } + @media only screen and (max-width: 800px) { #centerContent { #top { @@ -2729,11 +2735,6 @@ key { } } - #result .morestats { - gap: 1rem; - grid-template-rows: 1fr 1fr; - } - #menu { gap: 0.5rem; font-size: 0.8rem;