make above & below more symmetric
This commit is contained in:
parent
fd4c575dd7
commit
6f9af72833
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container above-nav">
|
<div class="above-nav">
|
||||||
{% include "/custom/html/includes/topper.inc" %}
|
{% include "/custom/html/includes/topper.inc" %}
|
||||||
</div>
|
</div>
|
||||||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
|
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
|
||||||
|
@ -75,7 +75,7 @@
|
||||||
|
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<div class="page">
|
<div class="page below-nav">
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1> The content </h1>
|
<h1> The content </h1>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue