Compare commits
2 Commits
595c68add7
...
29d24c0b7d
| Author | SHA1 | Date | |
|---|---|---|---|
| 29d24c0b7d | |||
| 3a89c9f44f |
@@ -170,6 +170,14 @@ ul, ol {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#categories {
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
#categories:before {
|
||||
content: "Categories:";
|
||||
}
|
||||
|
||||
#contentinfo {
|
||||
flex-shrink: 0;
|
||||
margin-top: 40px
|
||||
|
||||
@@ -65,8 +65,10 @@
|
||||
</ul>
|
||||
{% endif %}
|
||||
</nav><!-- /#menu -->
|
||||
<main id="content">
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
</main><!-- /#content -->
|
||||
</div>
|
||||
|
||||
<footer id="contentinfo" class="body">
|
||||
|
||||
Reference in New Issue
Block a user