feat: pad content
This commit is contained in:
parent
8641bead80
commit
349af16075
@ -22,3 +22,13 @@
|
|||||||
--text-three: var(--primary-light-one);
|
--text-three: var(--primary-light-one);
|
||||||
--shadow-three: var(--primary-dark-one);
|
--shadow-three: var(--primary-dark-one);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.content {
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.map {
|
||||||
|
border-radius: 8px;
|
||||||
|
width:100%;
|
||||||
|
height:100%
|
||||||
|
}
|
@ -31,7 +31,7 @@
|
|||||||
{% block header %}
|
{% block header %}
|
||||||
{% include "fellchensammlung/bulma-header.html" %}
|
{% include "fellchensammlung/bulma-header.html" %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
<div>
|
<div class="content">
|
||||||
{% block content %}{% endblock %}
|
{% block content %}{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user