Module container
This commit is contained in:
parent
704c8e43da
commit
49738b52eb
|
@ -5,3 +5,9 @@ html, body {
|
|||
background-color: #eee;
|
||||
font-family: "Poppins", sans-serif;
|
||||
}
|
||||
|
||||
.container.module {
|
||||
background-color: white;
|
||||
border-radius: 6px;
|
||||
padding: 8px;
|
||||
}
|
|
@ -4,6 +4,8 @@
|
|||
|
||||
{% block content %}
|
||||
|
||||
<div class="container module">
|
||||
{% include "modules/calendar.html" %}
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
Loading…
Reference in New Issue
Block a user