diff --git a/frontend/src/index.css b/frontend/src/index.css index 9ccf316..629ae58 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -41,3 +41,7 @@ code { .content:hover { background: rgba(0, 0, 0, 0.02); } + +.ant-image { + width: 100%; +}