From d36351ebb9c446af78fae73af93f0c7bde22dbf0 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Sat, 2 Sep 2017 03:52:57 +0800 Subject: [PATCH] Comments: fix appearance on tablets --- _sass/2017/components/comments-section.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/2017/components/comments-section.scss b/_sass/2017/components/comments-section.scss index f7b054779..f75644cdd 100644 --- a/_sass/2017/components/comments-section.scss +++ b/_sass/2017/components/comments-section.scss @@ -8,7 +8,7 @@ } // Mobile: full width - @media (max-width: 480px) { + @media (max-width: 768px) { & > .comments { flex: 1 0 100%; width: 100%;