diff options
| author | cubemaze <[email protected]> | 2023-05-10 15:25:47 +0800 |
|---|---|---|
| committer | cubemaze <[email protected]> | 2023-05-11 09:37:45 +0800 |
| commit | bbc9aac92a582ba7a19b06bb98f975ba5eb90713 (patch) | |
| tree | bca1ffed6347ad6a26f834c40098a78dd251edd3 /src/components/Home.module.scss | |
| parent | c901c585b044d956f8905998e78bcdb09ab7a68c (diff) | |
chore: homepage style
Diffstat (limited to 'src/components/Home.module.scss')
| -rw-r--r-- | src/components/Home.module.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/components/Home.module.scss b/src/components/Home.module.scss index f6c1614..deee456 100644 --- a/src/components/Home.module.scss +++ b/src/components/Home.module.scss @@ -7,5 +7,9 @@ } } .chart { - margin-top: 20px; + margin-top: 25px; + display: grid; + grid-gap: 20px; + grid-template-columns: 100%; + justify-content: space-around; } |
