Fix package tile images not fully covering tile

This commit is contained in:
rubenwardy 2023-08-25 20:55:50 +01:00
parent 0649e5cf13
commit 05a597adeb
2 changed files with 3 additions and 3 deletions

@ -17,9 +17,9 @@
img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
padding: 0;
margin: 0;

@ -16,7 +16,7 @@
{%- endif %}
<link rel="stylesheet" type="text/css" href="/static/libs/bootstrap.min.css?v=3">
<link rel="stylesheet" type="text/css" href="/static/custom.css?v=43">
<link rel="stylesheet" type="text/css" href="/static/custom.css?v=44">
<link rel="search" type="application/opensearchdescription+xml" href="/static/opensearch.xml" title="ContentDB" />
{% if noindex -%}