diff --git a/service/static/main.css b/service/static/main.css index 2e272cc..3fe81d6 100644 --- a/service/static/main.css +++ b/service/static/main.css @@ -1211,7 +1211,7 @@ input, select, textarea { -ms-justify-content: space-between; justify-content: space-between; position: relative; - min-height: 100vh; + min-height: 100px; width: 100%; padding: 4rem 2rem; z-index: 3; diff --git a/service/static/style.css b/service/static/style.css deleted file mode 100644 index 3f8d464..0000000 --- a/service/static/style.css +++ /dev/null @@ -1,10 +0,0 @@ -body { - font-family: Verdana, Geneva, Tahoma, sans-serif; -} - -.container { - border: 1em; - width: 100%; - display: flex; - justify-content: center;; -} diff --git a/service/templates/video.html.tera b/service/templates/video.html.tera index a440aaa..a5f5120 100644 --- a/service/templates/video.html.tera +++ b/service/templates/video.html.tera @@ -1,14 +1,18 @@ -{% include "head" %} -
-{{title}}
- {% else %} -Nothing to see here
- {% endif %} +{% include "header" %} + +