diff --git a/app/app.ejs b/app/app.ejs index cf42b38..fbf9ea9 100644 --- a/app/app.ejs +++ b/app/app.ejs @@ -11,6 +11,7 @@ background-size: cover; } #main { + height: calc(100% - 22px); background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%); } @@ -18,7 +19,9 @@
<% include frame.ejs %>