Fix bug in full bleed images

This commit is contained in:
John O'Nolan 2019-12-06 14:42:05 +07:00
parent 770e883e5f
commit 48adf75e43
1 changed files with 4 additions and 0 deletions

View File

@ -68,6 +68,10 @@
grid-column: full-start / full-end;
}
.kg-width-full img {
width: 100%;
}
/* Content & Typography
/* ---------------------------------------------------------- */