From 7cd8499bfa87434b1e9af971da576092a4cea456 Mon Sep 17 00:00:00 2001 From: Grigorii Prudnikov Date: Wed, 1 Nov 2023 20:35:57 +0500 Subject: [PATCH] fix border radius in quarter card buttton --- components/Layers/Quarter/CardContent/CardContent.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Layers/Quarter/CardContent/CardContent.module.css b/components/Layers/Quarter/CardContent/CardContent.module.css index 58026fbf..fc3c834f 100644 --- a/components/Layers/Quarter/CardContent/CardContent.module.css +++ b/components/Layers/Quarter/CardContent/CardContent.module.css @@ -29,7 +29,7 @@ display: flex; justify-content: center; align-items: center; - border-radius: 8px; + border-radius: 6px; } a:hover { color: #000;