Add padding to container

This commit is contained in:
George Lacey 2021-05-10 03:58:14 +01:00
parent e875446c0d
commit 8e47638108

View File

@ -25,9 +25,9 @@
<body> <body>
<p id="hours"></p> <p id="hours"></p>
{% if repo_list %} {% if repo_list %}
<div class="container"> <div class="container p-3">
{% for repo in repo_list %} {% for repo in repo_list %}
<div class="float-lg-start rounded overflow-hidden bg-primary p-3 <div class="float-lg-start rounded overflow-hidden bg-primary
{% if not repo.archive_after_latest_error %}bg-danger{% endif %}"> {% if not repo.archive_after_latest_error %}bg-danger{% endif %}">
<h2 class="repo_label">{{ repo.label }} <h2 class="repo_label">{{ repo.label }}
<small class="text-muted"> {{ repo.location }}</small> <small class="text-muted"> {{ repo.location }}</small>