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

View file

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