diff options
| author | Haishan <[email protected]> | 2018-12-28 21:43:36 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2018-12-28 21:43:36 +0800 |
| commit | f342857c8ce1207d15e69875c23366bda5dca852 (patch) | |
| tree | 9e3298bb6814c2b2c4c17a2c2b02506c24de6ee6 /src/components/Root.module.scss | |
| parent | ecdb8cab5210d506f49e771ecb49f159ff6b824c (diff) | |
style: a bite of responsive yo
Diffstat (limited to 'src/components/Root.module.scss')
| -rw-r--r-- | src/components/Root.module.scss | 4 |
1 files changed, 4 insertions, 0 deletions
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 { |
