From: Mischa POSLAWSKY Date: Thu, 6 Jun 2019 17:09:15 +0000 (+0200) Subject: members first even in mobile view X-Git-Tag: v0.5~12 X-Git-Url: http://git.shiar.net/sc2-widget/commitdiff_plain/016866417332cf5660cbafa39bddced38e78df44 members first even in mobile view --- diff --git a/battle.css b/battle.css index 4f2c4d3..6568fdc 100644 --- a/battle.css +++ b/battle.css @@ -146,11 +146,15 @@ li, li img { margin-right: 0; } +body { + display: grid; + grid-auto-columns: minmax(auto, max-content); +} +.ladders { + grid-row: 3; +} + @media (min-width: 576px) { - body { - display: grid; - grid-auto-columns: minmax(auto, max-content); - } .members { grid-column: 1; grid-row: 2;