Skip to content

Commit d2d38c7

Browse files
committed
fix(index): Fix header image position on firefox
1 parent f14b6d4 commit d2d38c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</v-row>
1414
<v-row class="d-block d-sm-flex">
1515
<div style="height: 60vw;">
16-
<div style="position: absolute; left: 10vw; right: 10vw; height: 30vh; margin-top: -10vw; -webkit-margin-before: 2vw;" >
16+
<div style="position: absolute; left: 10vw; right: 10vw; height: 30vh; margin-top: 2vw;">
1717
<v-img src="/devices_mockup.svg" contain/>
1818
</div>
1919
</div>

0 commit comments

Comments
 (0)