fixed spacing css
All checks were successful
Build / build (push) Successful in 7s

This commit is contained in:
2026-01-31 20:41:11 -05:00
parent 3e0850fc99
commit 96c1840d31
2 changed files with 2 additions and 1 deletions

View File

@@ -111,6 +111,7 @@ a {
.content { .content {
width: 90%; width: 90%;
display: inline-block; display: inline-block;
margin-top: 0.5em;
} }
.post a { .post a {

View File

@@ -16,7 +16,7 @@
</ul> </ul>
</nav> </nav>
</header> </header>
<div style="padding-top: 3rem" class="content"> <div class="content">
{% block body %}{% endblock %} {% block body %}{% endblock %}
</div> </div>
</body> </body>