Skip to content

Commit 0cbd45d

Browse files
authored
Fix landscape tablet viewport banner background (#1943)
1 parent a9ac596 commit 0cbd45d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/organisms/ads/BannerMasteringNuxt.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
<div class="absolute z-0 h-full w-full flex justify-center">
1111
<img
1212
:src="`/img/banners/mastering-nuxt/bg-desktop.png`"
13-
class="h-full hidden xl:inline-block"
13+
class="h-full hidden max-w-none xl:inline-block"
1414
alt="Banner Background"
1515
/>
1616
<img
1717
:src="`/img/banners/mastering-nuxt/bg-tablet.png`"
18-
class="h-full md:inline-block xl:hidden"
18+
class="h-full hidden w-full md:inline-block xl:hidden"
1919
alt="Banner Background"
2020
/>
2121
</div>

0 commit comments

Comments
 (0)