@@ -1,4 +1,13 @@
// Reset default browser styles
+* {
+ box-sizing: border-box;
+}
+
+body,
+#root {
+ min-height: 100vh;
html,
body,
ul,
@@ -84,4 +93,4 @@ input[type='reset'] {
// Remove outline on focus
*:focus {
outline: none;
-}