diff --git a/public/css/style.scss b/public/css/style.scss index 74e525b5c..5dc1e6263 100644 --- a/public/css/style.scss +++ b/public/css/style.scss @@ -2386,6 +2386,20 @@ key { } } +@media only screen and (max-width: 1000px) { + #centerContent { + .pageSettings .section.themes .buttons, + .pageSettings .section.language .buttons, + .pageSettings .section.layout .buttons, + .pageSettings .section.keymapLayout .buttons, + .pageSettings .section.fontFamily .buttons, + .pageSettings .section.funbox .buttons, + .pageSettings .section.keymapStyle .buttons { + grid-template-columns: 1fr 1fr 1fr; + } + } +} + @media only screen and (max-width: 800px) { #centerContent { #top { @@ -2424,7 +2438,7 @@ key { "text text" "buttons buttons"; - .text { + & > .text { margin-bottom: 1rem; } } @@ -2433,6 +2447,18 @@ key { #commandLineInput { width: 400px !important; } + + #centerContent { + .pageSettings .section.themes .buttons, + .pageSettings .section.language .buttons, + .pageSettings .section.layout .buttons, + .pageSettings .section.keymapLayout .buttons, + .pageSettings .section.fontFamily .buttons, + .pageSettings .section.funbox .buttons, + .pageSettings .section.keymapStyle .buttons { + grid-template-columns: 1fr 1fr; + } + } } .keymap { diff --git a/public/index.html b/public/index.html index 4744c679b..510ae6cc2 100644 --- a/public/index.html +++ b/public/index.html @@ -2156,7 +2156,10 @@
- +