FIX: fixed css (space between page header and page body)

This commit is contained in:
2019-03-25 10:54:22 +01:00
parent eebf02b66c
commit 94402fb5d0
24 changed files with 63 additions and 46 deletions

View File

@@ -1,7 +1,7 @@
{% extends 'dav_submission/base.html' %}
{% block page-container %}
<h3>Lorem!</h3>
<h3 class="top-most">Lorem!</h3>
<div class="well">
{% lorem %}
</div>

View File

@@ -2,7 +2,7 @@
{% load bootstrap3 %}
{% block page-container %}
<h3>Lorem</h3>
<h3 class="top-most">Lorem</h3>
<div class="well">
<p class="lead">Lorem ipsum dolor</p>
{% lorem %}