Skip to content

Commit

Permalink
Attempt To Fix Image Size #7
Browse files Browse the repository at this point in the history
  • Loading branch information
“DeeptanshuPrasad” committed Oct 2, 2023
1 parent a9b5712 commit 40c08cf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pages/features/conditional-logic.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
src="/features/conditional-logic/conditional-logic.svg"
alt="Hero-Image"
class="img-fluid hero__image"
sizes="60vw"
sizes="40vw"
/>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion pages/features/digital-signature.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
src="/features/digital-signature/digital-signature-hero.svg"
alt="Hero-Image"
class="img-fluid hero__image"
sizes="60vw"
sizes="30vw"
/>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion pages/features/online-payment.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
src="/features/online-payment/online-payment-hero.svg"
alt="Hero-Image"
class="img-fluid hero__image"
sizes="80vw"
sizes="60vw"
/>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion pages/features/powerful-analytics.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
src="/features/powerful-analytics/powerful-analytics.svg"
alt="Hero-Image"
class="img-fluid hero__image"
sizes="60vw"
sizes=40vw"
/>
</div>
</div>
Expand Down

0 comments on commit 40c08cf

Please sign in to comment.