From 5ca28942e6c8bb9d15e31aaa0bb574c058a501db Mon Sep 17 00:00:00 2001 From: Is Isilon Date: Fri, 29 Jan 2016 12:57:14 +0800 Subject: [PATCH] Let page grow in length --- public/sass/app.scss | 4 ++-- public/stylesheets/app.css | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/public/sass/app.scss b/public/sass/app.scss index 0f61331..d2f4bec 100644 --- a/public/sass/app.scss +++ b/public/sass/app.scss @@ -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 { diff --git a/public/stylesheets/app.css b/public/stylesheets/app.css index bbffa74..fdbdde4 100644 --- a/public/stylesheets/app.css +++ b/public/stylesheets/app.css @@ -5543,14 +5543,14 @@ body { /* line 54, ../sass/app.scss */ body #hackflowy { background-color: white; - height: 1000px; + min-height: 1000px; margin: 75px 100px; box-shadow: 0px 0px 10px 5px #cccccc; padding: 60px 60px; } /* line 60, ../sass/app.scss */ body #hackflowy #main { - height: 880px; + min-height: 880px; border-top: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; } @@ -5775,4 +5775,4 @@ border-right: 15px solid transparent; .task-completed{ text-decoration: line-through; -} \ No newline at end of file +}