Fix bug with embeds overflowing content width
This commit is contained in:
parent
20ac61fb15
commit
64a8caa5cf
|
@ -9,7 +9,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
min-width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.kg-image {
|
.kg-image {
|
||||||
|
|
Loading…
Reference in New Issue