diff --git a/src/features/app/App.scss b/src/features/app/App.scss index 93036ba..bbd4f55 100644 --- a/src/features/app/App.scss +++ b/src/features/app/App.scss @@ -39,7 +39,7 @@ width: 550px; padding-top: 0.5rem; - @media(max-width: 992px) { + @media (max-width: 991px) { width: 100%; } }