feat: pad content

This commit is contained in:
moanos [he/him] 2025-05-09 21:16:17 +02:00
parent 8641bead80
commit 349af16075
2 changed files with 11 additions and 1 deletions

View File

@ -22,3 +22,13 @@
--text-three: var(--primary-light-one);
--shadow-three: var(--primary-dark-one);
}
.content {
padding: 10px;
}
.map {
border-radius: 8px;
width:100%;
height:100%
}

View File

@ -31,7 +31,7 @@
{% block header %}
{% include "fellchensammlung/bulma-header.html" %}
{% endblock %}
<div>
<div class="content">
{% block content %}{% endblock %}
</div>