increased border size of hero image
This commit is contained in:
@@ -112,8 +112,7 @@ header .navbar.animate {
|
|||||||
#hero .image img {
|
#hero .image img {
|
||||||
box-shadow:0px 8px 56px rgba(15, 80, 100, 0.16);
|
box-shadow:0px 8px 56px rgba(15, 80, 100, 0.16);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: 0;
|
border: 3px solid var(--secondary-color);
|
||||||
border: 2px solid var(--secondary-color);
|
|
||||||
border-radius: 1rem;
|
border-radius: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user