add a margin-bottom to details tags so that they fit in the flow of text better
This commit is contained in:
@ -203,6 +203,10 @@ article>p {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
details {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.blog-post img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user