diff options
author | 2021-10-03 18:49:31 -0700 | |
---|---|---|
committer | 2021-10-03 18:49:31 -0700 | |
commit | 82bf89a946690c0297cba84bf50214eba705a863 (patch) | |
tree | 22215f2c7651fa07606221a57c35fbfe7b292d85 /examples | |
parent | f4a4e793aa964ba2d0883a19205c32ec01eaf8f0 (diff) | |
download | bun-jarred/linux.tar.gz bun-jarred/linux.tar.zst bun-jarred/linux.zip |
1% perf improvements on Linuxjarred/linux
Diffstat (limited to 'examples')
-rw-r--r-- | examples/hello-next/styles/Home.module.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hello-next/styles/Home.module.css b/examples/hello-next/styles/Home.module.css index 4a04160d0..539fb3eaf 100644 --- a/examples/hello-next/styles/Home.module.css +++ b/examples/hello-next/styles/Home.module.css @@ -1,4 +1,5 @@ @import url("./2.css"); + .container { min-height: 99vh; padding: 0 0.5rem; @@ -9,7 +10,6 @@ height: 100vh; } - .main { padding: 5rem 0; flex: 1; |