From 90f5ceb07dadc178c2cfa7d04e5a492548f26b1d Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Sun, 28 Jul 2024 17:38:18 +0200 Subject: [PATCH] Width of showFirstRow container --- src/back/routes/common/show-first-row/show-first-row.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/back/routes/common/show-first-row/show-first-row.css b/src/back/routes/common/show-first-row/show-first-row.css index 3f35bc6..e7ede82 100644 --- a/src/back/routes/common/show-first-row/show-first-row.css +++ b/src/back/routes/common/show-first-row/show-first-row.css @@ -1,6 +1,7 @@ .show-first-row { container-type: inline-size; text-align: center; + width: 100%; .show-first-row__items { display: grid;