X-Git-Url: http://git.shiar.nl/sc2-widget/blobdiff_plain/82977cdaf6a7b9f8c11266424efb6f6e97cea4e7..aa293239027484512bba045499c0686d74d7009d:/battle.css diff --git a/battle.css b/battle.css index 6fbf215..cf7c4d0 100644 --- a/battle.css +++ b/battle.css @@ -89,7 +89,7 @@ li, li img { .select > .select img { border-color: #055CB3; } -.ladders li:hover { +[data-members]:hover { background: #0C2643; cursor: help; } @@ -146,9 +146,22 @@ li, li img { margin-right: 0; } +body { + display: grid; + grid-auto-columns: minmax(auto, max-content); +} +.ladders { + grid-row: 3; +} + @media (min-width: 576px) { + .members { + grid-column: 1; + grid-row: 2; + } .ladders { - float: right; + grid-column: 2; + grid-row: 2; margin: 0; margin-top: -3ex; }