diff options
Diffstat (limited to 'examples/hello-next/styles/Home.module.css')
-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; |