mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-08-02 12:20:26 +08:00
Let page grow in length
This commit is contained in:
@@ -53,12 +53,12 @@ body {
|
|||||||
background-color: $lightgrey;
|
background-color: $lightgrey;
|
||||||
#hackflowy {
|
#hackflowy {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
height: 1000px;
|
min-height: 1000px;
|
||||||
margin: 75px 100px;
|
margin: 75px 100px;
|
||||||
box-shadow: 0px 0px 10px 5px #ccc;
|
box-shadow: 0px 0px 10px 5px #ccc;
|
||||||
padding: 60px 60px;
|
padding: 60px 60px;
|
||||||
#main {
|
#main {
|
||||||
height: 880px;
|
min-height: 880px;
|
||||||
border-top: 1px solid #eee;
|
border-top: 1px solid #eee;
|
||||||
border-bottom: 1px solid #eee;
|
border-bottom: 1px solid #eee;
|
||||||
#name {
|
#name {
|
||||||
|
|||||||
@@ -5543,14 +5543,14 @@ body {
|
|||||||
/* line 54, ../sass/app.scss */
|
/* line 54, ../sass/app.scss */
|
||||||
body #hackflowy {
|
body #hackflowy {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
height: 1000px;
|
min-height: 1000px;
|
||||||
margin: 75px 100px;
|
margin: 75px 100px;
|
||||||
box-shadow: 0px 0px 10px 5px #cccccc;
|
box-shadow: 0px 0px 10px 5px #cccccc;
|
||||||
padding: 60px 60px;
|
padding: 60px 60px;
|
||||||
}
|
}
|
||||||
/* line 60, ../sass/app.scss */
|
/* line 60, ../sass/app.scss */
|
||||||
body #hackflowy #main {
|
body #hackflowy #main {
|
||||||
height: 880px;
|
min-height: 880px;
|
||||||
border-top: 1px solid #eeeeee;
|
border-top: 1px solid #eeeeee;
|
||||||
border-bottom: 1px solid #eeeeee;
|
border-bottom: 1px solid #eeeeee;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user