diff options
author | 2021-10-02 22:54:19 -0700 | |
---|---|---|
committer | 2021-10-02 22:54:19 -0700 | |
commit | cdabcfd9d09d2f4928ba7a918f654e001bb3c2eb (patch) | |
tree | 46141053ec9163fc9abb087e57b7819c3716a4d6 /examples/hello-next/styles/Home.module.css | |
parent | ac7a96b088bce9e9703e6501a0546357b3a33faf (diff) | |
download | bun-cdabcfd9d09d2f4928ba7a918f654e001bb3c2eb.tar.gz bun-cdabcfd9d09d2f4928ba7a918f654e001bb3c2eb.tar.zst bun-cdabcfd9d09d2f4928ba7a918f654e001bb3c2eb.zip |
Linux works now.
Diffstat (limited to 'examples/hello-next/styles/Home.module.css')
-rw-r--r-- | examples/hello-next/styles/Home.module.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/hello-next/styles/Home.module.css b/examples/hello-next/styles/Home.module.css index 167d5f75b..4a04160d0 100644 --- a/examples/hello-next/styles/Home.module.css +++ b/examples/hello-next/styles/Home.module.css @@ -1,6 +1,6 @@ @import url("./2.css"); .container { - min-height: 100vh; + min-height: 99vh; padding: 0 0.5rem; display: flex; flex-direction: column; @@ -8,6 +8,8 @@ align-items: center; height: 100vh; } + + .main { padding: 5rem 0; flex: 1; |