feat: pad content
This commit is contained in:
parent
8641bead80
commit
349af16075
@ -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%
|
||||
}
|
@ -31,7 +31,7 @@
|
||||
{% block header %}
|
||||
{% include "fellchensammlung/bulma-header.html" %}
|
||||
{% endblock %}
|
||||
<div>
|
||||
<div class="content">
|
||||
{% block content %}{% endblock %}
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user