diff --git a/app/scss/main.scss b/app/scss/main.scss index d5836c0..4f9e1ef 100644 --- a/app/scss/main.scss +++ b/app/scss/main.scss @@ -11,3 +11,9 @@ .nav-link > img { max-height: 1em; } + +.jumbotron { + background-size: cover; + background-repeat: no-repeat; + background-position: center; +} diff --git a/app/templates/packages/view.html b/app/templates/packages/view.html index bedbe82..f249628 100644 --- a/app/templates/packages/view.html +++ b/app/templates/packages/view.html @@ -1,3 +1,5 @@ +{% set query=package.name %} + {% extends "base.html" %} {% block title %} @@ -80,7 +82,7 @@ {% endif %} {% endif %} -
+

{{ package.title }} by {{ package.author.display_name }}

@@ -91,7 +93,7 @@
-
+
{% if package.getDownloadRelease() %} Download @@ -119,7 +121,7 @@
-