improve blog readability

This commit is contained in:
TriMill 2022-10-25 22:54:05 -04:00
parent f4ebfa6976
commit e9a64abced
2 changed files with 7 additions and 3 deletions

View File

@ -201,8 +201,8 @@ a:active { color: var(--link-active); }
} }
p { p {
margin-top: 8px; margin-top: 10px;
margin-bottom: 8px; margin-bottom: 10px;
} }
code, pre { code, pre {

View File

@ -23,6 +23,10 @@ img {
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
} }
p {
margin-top: 24px;
margin-bottom: 24px;
}
</style> </style>
{% endblock %} {% endblock %}
@ -32,4 +36,4 @@ img {
<article> <article>
{{ content | safe }} {{ content | safe }}
</article> </article>
{% endblock %} {% endblock %}