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