Fix bug in full bleed images
This commit is contained in:
parent
770e883e5f
commit
48adf75e43
|
@ -68,6 +68,10 @@
|
||||||
grid-column: full-start / full-end;
|
grid-column: full-start / full-end;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.kg-width-full img {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Content & Typography
|
/* Content & Typography
|
||||||
/* ---------------------------------------------------------- */
|
/* ---------------------------------------------------------- */
|
||||||
|
|
Loading…
Reference in New Issue