Skip to content

Commit

Permalink
Pricing Page
Browse files Browse the repository at this point in the history
- update BG location on mobile
  • Loading branch information
elad2412 committed Dec 27, 2023
1 parent e6d7f3b commit 16fad53
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/routes/pricing/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<meta name="twitter:card" content="summary_large_image" />
</svelte:head>

<div class="u-position-absolute u-overflow-hidden" style="pointer-events:none; inline-size:100%;">
<div class="u-position-absolute u-overflow-hidden aw-location-for-mobile" style="pointer-events:none; inline-size:100%;">
<enhanced:img
src={BG}
alt=""
Expand Down Expand Up @@ -284,3 +284,10 @@
</div>
</div>
</Main>


<style lang="scss">
@media (min-width:360px) and (max-width:550px) {
.aw-location-for-mobile { inset-block-start:90px; }
}
</style>

0 comments on commit 16fad53

Please sign in to comment.