diff --git a/styles/Home.module.css b/styles/Home.module.css index 6c7b38d..2b391dd 100644 --- a/styles/Home.module.css +++ b/styles/Home.module.css @@ -4,6 +4,7 @@ justify-content: center; place-content: center; justify-items: center; + padding-bottom: 100px; } .tabContainer { @@ -15,11 +16,11 @@ .tabSelect { display: flex; justify-content: stretch; - gap: .125rem; - padding: .125rem; + gap: 0.125rem; + padding: 0.125rem; margin: 0 auto 1.5rem; border: 1px solid rgba(255, 255, 255, 0.15); - border-radius: .5rem; + border-radius: 0.5rem; } .tabSelect > * { @@ -30,8 +31,8 @@ display: flex; justify-content: center; flex-direction: column; - gap: .75rem; + gap: 0.75rem; padding: 1.5rem; border: 1px solid rgba(255, 255, 255, 0.15); - border-radius: .5rem; + border-radius: 0.5rem; } diff --git a/styles/globals.css b/styles/globals.css index 20b97c3..38f0ff7 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -14,10 +14,6 @@ main { height: 100%; } -main { - padding-bottom: 100px; -} - .header { max-width: 500px; padding-inline: 2rem; @@ -47,7 +43,7 @@ footer { text-align: center; color: rgba(255, 255, 255, 0.6); background-color: var(--lk-bg); - border-top: 1px solid rgba(255, 255, 255, .15); + border-top: 1px solid rgba(255, 255, 255, 0.15); } footer a {