increased border size of hero image

This commit is contained in:
gurusabarish
2022-11-29 16:13:41 +05:30
parent fdd628c9cd
commit f08cc9e736
+1 -2
View File
@@ -112,8 +112,7 @@ header .navbar.animate {
#hero .image img {
box-shadow:0px 8px 56px rgba(15, 80, 100, 0.16);
padding: 0;
border: 0;
border: 2px solid var(--secondary-color);
border: 3px solid var(--secondary-color);
border-radius: 1rem;
}