From 4a0b08a4814dd185ceeb5e961e01e85c5fa4019c Mon Sep 17 00:00:00 2001 From: root Date: Fri, 30 Oct 2020 00:15:47 +0000 Subject: [PATCH] remove blurring from border --- css/projects.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/projects.css b/css/projects.css index 0f99453..eba14cf 100644 --- a/css/projects.css +++ b/css/projects.css @@ -107,7 +107,7 @@ section.cta h2 { width: 350px; height: 350px; border-radius: 50%; - box-shadow: 0px 0px 15px 4px #9c8e8e; + border: 3px solid #f9f9ed; } .col-img-desc { @@ -138,4 +138,4 @@ section.cta h2 { -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; -} \ No newline at end of file +}