diff options
| author | Haishan <[email protected]> | 2019-11-17 17:31:59 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2019-11-17 17:31:59 +0800 |
| commit | c28ff93b67a3da5cbff0d2ffeddfc16fd1dd3438 (patch) | |
| tree | 0c3d6fd0964ffcb00078e4fda52ecd03e39b4dce /src/components/Home.module.css | |
| parent | 0df74757914123d55b2a627efc7bda62fc9fd458 (diff) | |
refactor: improve UI for small screens
Diffstat (limited to 'src/components/Home.module.css')
| -rw-r--r-- | src/components/Home.module.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/Home.module.css b/src/components/Home.module.css index 464f40f..f15c80f 100644 --- a/src/components/Home.module.css +++ b/src/components/Home.module.css @@ -1,6 +1,6 @@ .root { - padding: 10px 40px; -} - -.chart { + padding: 6px 15px; + @media (--breakpoint-not-small) { + padding: 10px 40px; + } } |
