add a margin-bottom to details tags so that they fit in the flow of text better

This commit is contained in:
2023-03-01 02:42:31 +10:30
committed by GitHub
parent f14cddc452
commit d56e86e2c4

View File

@ -203,6 +203,10 @@ article>p {
margin-top: 0;
}
details {
margin-bottom: 16px;
}
.blog-post img {
max-width: 100%;
}