From e37aa08a3345ae60d6d7ec95f7c0053825e46ed2 Mon Sep 17 00:00:00 2001 From: Dominik Lander Date: Thu, 13 Jun 2024 17:24:14 +0100 Subject: [PATCH] Euro 2024: Three groups to a row instead of four --- static/src/stylesheets/module/football/_overview.scss | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/static/src/stylesheets/module/football/_overview.scss b/static/src/stylesheets/module/football/_overview.scss index 35fb5626b60d..9d42783b5748 100644 --- a/static/src/stylesheets/module/football/_overview.scss +++ b/static/src/stylesheets/module/football/_overview.scss @@ -228,11 +228,8 @@ } @include mq(desktop) { - width: 24.5%; - } - - @include mq(leftCol) { - &:nth-of-type(-n+4) { + width: 33.3%; + &:nth-of-type(-n + 3) { .table--league-table { border: 0; .table__caption--top {