From ea4758b73667b3fb22e69ae639fadd65def8c6a8 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Wed, 12 Jan 2022 16:25:51 +0600 Subject: [PATCH] reduce border radius on psot cards --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index bb48f41..2d47c22 100644 --- a/css/style.css +++ b/css/style.css @@ -427,7 +427,7 @@ aside { float: left; text-align: center; position: relative; - border-radius: 5px; + border-radius: 3px; } #searchmobile{