Skip to content

Commit

Permalink
responsiveness index.html
Browse files Browse the repository at this point in the history
the profile photo is going out of page so fixed its height and width from 400px to 350px each
  • Loading branch information
rishabhgokhe authored Nov 30, 2023
1 parent 4a1a94e commit 5a74942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<div class="container col-xxl-8 px-4 py-5">
<div class="row flex-lg-row-reverse align-items-center g-5 py-5">
<div class="col-10 col-sm-8 col-lg-6">
<img class="profile_photo" src="./profile_photo.jpeg" class="d-block mx-lg-auto img-fluid" alt="Bootstrap Themes" width="700" height="500" loading="lazy">
<img class="profile_photo" style="height: 350px; width: 350px;" src="./profile_photo.jpeg" class="d-block mx-lg-auto img-fluid" alt="Bootstrap Themes" width="700" height="500" loading="lazy">
</div>
<div class="col-lg-6">
<h1 class="display-5 fw-bold text-body-emphasis lh-1 mb-3">Let's Build <span style="color: #7962bd;">Together</span>...</h1>
Expand Down

0 comments on commit 5a74942

Please sign in to comment.