xjj %!s(int64=2) %!d(string=hai) anos
pai
achega
56cd166f85
Modificáronse 1 ficheiros con 10 adicións e 1 borrados
  1. 10 1
      src/global.less

+ 10 - 1
src/global.less

@@ -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;
-}
+}