From 05e83f018ddd0f2089d22160fed1f546d5c71c7c Mon Sep 17 00:00:00 2001 From: rulingcom Date: Fri, 15 Oct 2021 05:03:29 +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 066efd4..ab1e739 100644 --- a/assets/stylesheets/template/layout/content.scss +++ b/assets/stylesheets/template/layout/content.scss @@ -300,7 +300,7 @@ body{ // } } } - @media(max-width: $screen-xs){ + @media(max-width: 1024px){ flex: none; width: 100%; height: 250px;