diff --git a/src/components/layout/Article/index.module.css b/src/components/layout/Article/index.module.css index e6073fe..6531980 100644 --- a/src/components/layout/Article/index.module.css +++ b/src/components/layout/Article/index.module.css @@ -61,4 +61,10 @@ display: flex; justify-content: space-between; } +} + +.articleContentText { + img, video { + max-width: 100%; + } } \ No newline at end of file