diff --git a/website/src/styles.css b/website/src/styles.css index e111f3dcc..50072a9d4 100644 --- a/website/src/styles.css +++ b/website/src/styles.css @@ -189,6 +189,13 @@ font-weight: 600; } +/* --- Giscus comments ------------------------------------------------------- */ +/* The giscus script hard-codes width: 300px on the injected iframe; override. */ +.giscus, +.giscus-frame { + width: 100% !important; +} + /* --- SendPulse newsletter form ------------------------------------------- */ /* The embed script injects its own stylesheet; force it back on-brand. */