Skip to content

Commit 5ca8245

Browse files
committed
[WIP] - hero
1 parent c2996ec commit 5ca8245

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pages/index.vue

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,13 @@
190190
<polygon points="50,0 100,0 50,100 0,100" />
191191
</svg>
192192
</div>
193+
<div class="lg:absolute lg:inset-y-0 lg:right-0 lg:w-1/2">
194+
<img
195+
class="h-56 w-full object-cover sm:h-72 md:h-96 lg:w-full lg:h-full"
196+
src="https://images.unsplash.com/photo-1531482615713-2afd69097998?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1950&q=80"
197+
alt=""
198+
/>
199+
</div>
193200
</div>
194201
</div>
195202
</template>

0 commit comments

Comments
 (0)