diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..7c092b1 --- /dev/null +++ b/static/style.css @@ -0,0 +1,6 @@ +body { + max-width: 800px; + margin: 10px auto; + padding-left: 5px; + padding-right: 5px; +} diff --git a/templates/base.html b/templates/base.html index 92432bd..153b685 100644 --- a/templates/base.html +++ b/templates/base.html @@ -2,13 +2,15 @@ + + {% block head %} {% block full_title %}{% block title %}{% endblock %} - SimpleerTube{% endblock %} {% endblock %} - +
diff --git a/templates/index.html b/templates/index.html index 72c66a3..c89f949 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,6 +2,8 @@ SimpleerTube - Search + + diff --git a/templates/simpleer_search_results.html b/templates/simpleer_search_results.html index b6175f1..b67dd31 100644 --- a/templates/simpleer_search_results.html +++ b/templates/simpleer_search_results.html @@ -2,6 +2,8 @@ SimpleerTube - Search Results + +