diff --git a/assets/stylesheets/template/layout/content.scss b/assets/stylesheets/template/layout/content.scss index ab1e739..95c07cc 100644 --- a/assets/stylesheets/template/layout/content.scss +++ b/assets/stylesheets/template/layout/content.scss @@ -238,7 +238,7 @@ body{ width: 100%; display: flex; padding: 2em; - @media(max-width: $screen-xs){ + @media(max-width: 1024px){ flex-wrap: wrap; padding: 0 15px; }