From b5d8c1904f41ea15c946965d7d251312ba1e4e1a Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 25 Apr 2018 16:53:13 -0400 Subject: [PATCH] fixing the border radius with the home page images --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 5c8da97..6529adf 100644 --- a/style.css +++ b/style.css @@ -1977,8 +1977,8 @@ Portfolio Section transform: scale(1.2); } .portfolio-image img{ - border-top-right-radius: 15%; - border-top-left-radius: 15%; + border-top-right-radius: 10%; + border-top-left-radius: 10%; } /*-------------------------------------------------------------- -- 2.17.1