diff --git a/assets/css/style.css b/assets/css/style.css index b99c3d5..bd8bd56 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -380,6 +380,8 @@ header .btn-group { } .hero .right { display: none; } +.hero-img:hover{ +transform:"scale()1.5";} @@ -1071,4 +1073,4 @@ footer .wrapper { text-align: center; } .footer-link { margin-bottom: 0.3rem; } -} \ No newline at end of file +}