Skip to content

Commit 368c357

Browse files
committed
fix: width and height for features img
1 parent 174a242 commit 368c357

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

frontend/src/components/HomePage/Features.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,11 @@ import { hidden } from '@/utils.js'
4646
</div>
4747
<img
4848
v-if="!hidden"
49-
width="376"
50-
height="327"
49+
width="327"
50+
height="376"
5151
src="/images/features.webp"
5252
alt="Features"
53+
class="w-auto"
5354
fetchpriority="low"
5455
/>
5556
</div>

0 commit comments

Comments
 (0)