Browse Source

Added 100% height on body

Viktor Grahn 4 năm trước cách đây
mục cha
commit
7357c49cb4
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      style.css

+ 2 - 1
style.css

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