From 1bb796b532a173f3286f3399b01ea661c707cdf2 Mon Sep 17 00:00:00 2001 From: Max Maltsev Date: Tue, 30 Jan 2024 16:36:58 +0300 Subject: [PATCH] typo --- _sass/pieces/piece-card.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/pieces/piece-card.scss b/_sass/pieces/piece-card.scss index 2ca5ec7..18490e0 100644 --- a/_sass/pieces/piece-card.scss +++ b/_sass/pieces/piece-card.scss @@ -91,7 +91,7 @@ grid-area: button; align-self: start; - @media ((min-width: $sm) and (max-width: $md)) or (min-width: $lg) { + @media (((min-width: $sm) and (max-width: $md)) or (min-width: $lg)) { max-width: 20rem; } }