Selaa lähdekoodia

fix(fe): add min page height, avoid footer cover on content

delong.wang 1 vuosi sitten
vanhempi
commit
5c6fdc2a20
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      blockpage/index.html

+ 1 - 1
blockpage/index.html

@@ -26,7 +26,7 @@
         width: 100%;
         background: white;
         font-size: 12px;
-        min-height: 450px;
+        min-height: 480px;
         position: relative;
       }