X-Git-Url: http://git.shiar.nl/sc2-widget/blobdiff_plain/9288257dc6aa6043bce328046e7f32f8848089e6..016866417332cf5660cbafa39bddced38e78df44:/battle.css diff --git a/battle.css b/battle.css index 2624af4..6568fdc 100644 --- a/battle.css +++ b/battle.css @@ -134,14 +134,34 @@ li, li img { background-position: -100px -150px; } +.old { + text-decoration: line-through; +} +.old:before { + opacity: .5; +} + .ladders li { float: none; 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; }