Margin bottom on metadata description

This commit is contained in:
Simon Willison 2020-10-28 10:11:07 -07:00 committed by GitHub
commit abcf022249
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,6 +81,9 @@ body {
.intro {
font-size: 1rem;
}
.metadata-description {
margin-bottom: 1em;
}
p {
margin: 0 0 0.75rem 0;
padding: 0;