diff --git a/sass/style.scss b/sass/style.scss index 3fee45b..c82ffa4 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -182,6 +182,6 @@ body { ::selection{background:#ffffb2} -@media screen and (max-width: $page-width){ +@media screen and (max-width: 600px){ body{ padding: 0; } }