Improve package grid style

This commit is contained in:
rubenwardy
2018-12-23 16:28:15 +00:00
parent 366ed9913e
commit a7fcce4448
4 changed files with 13 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% block title %}title{% endblock %} - {{ config.USER_APP_NAME }}</title>
<link rel="stylesheet" type="text/css" href="/static/bootstrap.css">
<link rel="stylesheet" type="text/css" href="/static/custom.css">
<link rel="stylesheet" type="text/css" href="/static/custom.css?v=2">
{% block headextra %}{% endblock %}
</head>