Remove min width from body for mobile (#1253)

This commit is contained in:
Bram Kragten 2021-06-16 14:49:34 +02:00 committed by GitHub
parent 6694ce4d86
commit ca8d5c7cc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ div.document {
margin-bottom: 50px;
}
div.body {
min-width: initial;
}
img.component-image {
border: none;
vertical-align: middle;