Ver Fonte

Added 100% height on body

Viktor Grahn há 4 anos atrás
pai
commit
7357c49cb4
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      style.css

+ 2 - 1
style.css

@@ -1,5 +1,6 @@
 body {
-position: relative;
+  position: relative;
+  height: 100%;
 }
 
 .logo {