Add extra margin at the bottom to avoid overlap with Changelog banner (#1112)

This commit is contained in:
Manuel Díez 2021-05-19 17:17:43 -04:00 committed by GitHub
parent cb6425046e
commit 9003b58008
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@
text-align: center;
}
div.document {
margin-bottom: 50px;
}
img.component-image {
border: none;
vertical-align: middle;