diff --git a/.gitignore b/.gitignore index cb19d53..4722370 100644 --- a/.gitignore +++ b/.gitignore @@ -28,5 +28,6 @@ dist-ssr *.db uploads/ .env +poem_pic/ __pycache__ \ No newline at end of file diff --git a/front/src/components/Poetry.tsx b/front/src/components/Poetry.tsx index 10ea8db..5dca41a 100644 --- a/front/src/components/Poetry.tsx +++ b/front/src/components/Poetry.tsx @@ -26,7 +26,7 @@ function Poetry() { }} />

{poetry.data.author}

- Иллюстрация + Иллюстрация ) ) : ( diff --git a/front/src/styles/Poetry.module.css b/front/src/styles/Poetry.module.css index 8057f48..516257e 100644 --- a/front/src/styles/Poetry.module.css +++ b/front/src/styles/Poetry.module.css @@ -4,4 +4,8 @@ .text { white-space: pre-wrap; +} + +.image { + width: 100%; } \ No newline at end of file