Skip to content

Commit

Permalink
Update HERO image
Browse files Browse the repository at this point in the history
  • Loading branch information
tfreebern2 committed Dec 12, 2023
1 parent 22f51a0 commit 27867d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _includes/hero_area.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h1 class="wow slideInUp" data-wow-duration="1s">A Trusted Partner</h1>
</div>
<div class="main_right wow slideInRight" data-wow-duration="2s">
<div class="main_img">
<img src="{{relative_url}}/assets/images/app_programming.svg" alt="banner">
<img src="{{relative_url}}/assets/images/api_computer.gif" alt="banner">
</div>
</div>
<!-- <video class="main_right wow slideInRight" width="640" height="360" controls>-->
Expand Down
4 changes: 2 additions & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
}


Expand Down

0 comments on commit 27867d0

Please sign in to comment.