Module container

This commit is contained in:
Emily 2019-04-25 22:56:26 +01:00
parent 704c8e43da
commit 49738b52eb
2 changed files with 8 additions and 0 deletions

View File

@ -5,3 +5,9 @@ html, body {
background-color: #eee;
font-family: "Poppins", sans-serif;
}
.container.module {
background-color: white;
border-radius: 6px;
padding: 8px;
}

View File

@ -4,6 +4,8 @@
{% block content %}
<div class="container module">
{% include "modules/calendar.html" %}
</div>
{% endblock %}