diff --git a/index.html b/index.html index e8f0e9e..5889dd3 100644 --- a/index.html +++ b/index.html @@ -122,16 +122,16 @@ } } - @media (min-width: 900px) { - .commands { - columns: 4; - max-width: 45rem; - } - } - - + @media (min-width: 1000px) { + .commands { + columns: 5; + max-width: 55rem; + } + } + +