feat: pad content
This commit is contained in:
		@@ -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>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user