Sfoglia il codice sorgente

fix body min-height

Michael Wang 3 anni fa
parent
commit
f2bdd88b21
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/styles/global.css

+ 1 - 1
src/styles/global.css

@@ -7,7 +7,7 @@ body {
   font-weight: var(--app-font-weight);
   color: var(--app-color-text-main);
   min-width: var(--app-min-width);
-  min-height: 600px;
+  min-height: 100vh;
   font-family: var(--app-font-family);
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;