From c7a3df416e1554ac492ebf1d6f08dda776b7fe7b Mon Sep 17 00:00:00 2001 From: Anastasiia Date: Fri, 11 Oct 2024 11:29:48 +0200 Subject: [PATCH] check bugs --- src/style.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/style.css b/src/style.css index f974dd1276..c93be5b326 100644 --- a/src/style.css +++ b/src/style.css @@ -2,19 +2,16 @@ .page__body { margin: 0; - width: 100px; - height: 116px; } .stars { - display: flex; + justify-content: align-items; } /* #endregion */ /* #region gray stars */ .stars__star { - display: block; width: 16px; height: 16px; background-image: url(images/star.svg);