Compare commits

...

2 Commits

Author SHA1 Message Date
hmk 29d24c0b7d update category display in menu 2023-04-03 16:13:56 +02:00
hmk 3a89c9f44f Fixed main content area 2023-03-30 18:44:26 +02:00
2 changed files with 10 additions and 0 deletions
+8
View File
@@ -170,6 +170,14 @@ ul, ol {
text-align: center;
}
#categories {
margin-top: 40px;
}
#categories:before {
content: "Categories:";
}
#contentinfo {
flex-shrink: 0;
margin-top: 40px
+2
View File
@@ -65,8 +65,10 @@
</ul>
{% endif %}
</nav><!-- /#menu -->
<main id="content">
{% block content %}
{% endblock %}
</main><!-- /#content -->
</div>
<footer id="contentinfo" class="body">