From f342857c8ce1207d15e69875c23366bda5dca852 Mon Sep 17 00:00:00 2001 From: Haishan Date: Fri, 28 Dec 2018 21:43:36 +0800 Subject: style: a bite of responsive yo --- src/components/Root.module.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/components/Root.module.scss') diff --git a/src/components/Root.module.scss b/src/components/Root.module.scss index 5ecd02e..2ca2546 100644 --- a/src/components/Root.module.scss +++ b/src/components/Root.module.scss @@ -5,6 +5,10 @@ color: var(--color-text); min-height: 300px; height: 100vh; + + @media (max-width: 768px) { + flex-direction: column; + } } .content { -- cgit v1.3.1