diff --git a/src/index.css b/src/index.css index 0c06fe1..ab166a1 100644 --- a/src/index.css +++ b/src/index.css @@ -8,8 +8,11 @@ font-weight: normal; font-style: normal; } + * { margin: 0; + padding: 0; + box-sizing: border-box; } :root { @@ -18,5 +21,5 @@ body { background-color: var(--main-bg-color); - height: 100vh; + min-height: 100vh; } \ No newline at end of file