diff --git a/app/assets/index.html b/app/assets/index.html index c37d5a8..5af9de4 100644 --- a/app/assets/index.html +++ b/app/assets/index.html @@ -10,6 +10,7 @@ box-sizing:border-box; } body,html{ +background-color:#ffa; margin:0; padding:0 } @@ -17,27 +18,20 @@ padding:0 .infinityScroll{ height:50vh; overflow:scroll; -border:1px solid red; position:relative; } -.space{ -background:linear-gradient(white, blue); -height:300%; -opacity:0.5; -} - - @@ -93,26 +86,10 @@ border: 3px solid blue;