Let page grow in length

This commit is contained in:
2016-01-29 12:57:14 +08:00
parent 68d73eb245
commit 5ca28942e6
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -53,12 +53,12 @@ body {
background-color: $lightgrey;
#hackflowy {
background-color: white;
height: 1000px;
min-height: 1000px;
margin: 75px 100px;
box-shadow: 0px 0px 10px 5px #ccc;
padding: 60px 60px;
#main {
height: 880px;
min-height: 880px;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
#name {