From 21e43740a97a071111ce95135b5b7807fe82dbd5 Mon Sep 17 00:00:00 2001 From: rulingcom Date: Fri, 15 Oct 2021 05:05:42 +0000 Subject: [PATCH] fix error --- assets/stylesheets/template/layout/content.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }