diff --git a/_includes/hero_area.html b/_includes/hero_area.html index a423330..0663c61 100644 --- a/_includes/hero_area.html +++ b/_includes/hero_area.html @@ -31,7 +31,7 @@

A Trusted Partner

- banner + banner
diff --git a/assets/css/style.css b/assets/css/style.css index 2b2787d..6fe8c0e 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -2723,8 +2723,8 @@ textarea.form_control { .main_img img { - max-width: 50%; /* This will make sure the image is not wider than its parent */ - height: 400px; /* Maintain the aspect ratio */ + max-width: 100%; /* This will make sure the image is not wider than its parent */ + height: 550px; /* Maintain the aspect ratio */ }