From 860ea430917c90d9d436bf7bab204affa702075d Mon Sep 17 00:00:00 2001 From: dm1sh Date: Thu, 14 Sep 2023 01:29:20 +0300 Subject: [PATCH] Added rounded corners for poem pic --- front/src/styles/Poetry.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/front/src/styles/Poetry.module.css b/front/src/styles/Poetry.module.css index 516257e..4f8c8f8 100644 --- a/front/src/styles/Poetry.module.css +++ b/front/src/styles/Poetry.module.css @@ -8,4 +8,5 @@ .image { width: 100%; + border-radius: 12px; } \ No newline at end of file