Fix bug with embeds overflowing content width

This commit is contained in:
John O'Nolan 2019-02-18 12:53:47 +07:00 committed by GitHub
parent 20ac61fb15
commit 64a8caa5cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
display: flex;
flex-direction: column;
align-items: center;
min-width: 100%;
width: 100%;
}
.kg-image {