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 {
margin-top: 8px;
margin-bottom: 8px;
margin-top: 10px;
margin-bottom: 10px;
}
code, pre {

View File

@ -23,6 +23,10 @@ img {
margin-left: auto;
margin-right: auto;
}
p {
margin-top: 24px;
margin-bottom: 24px;
}
</style>
{% endblock %}