Skip to content

Commit

Permalink
Fix landscape tablet viewport banner background (#1943)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicodevs authored Nov 18, 2021
1 parent a9ac596 commit 0cbd45d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/organisms/ads/BannerMasteringNuxt.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
<div class="absolute z-0 h-full w-full flex justify-center">
<img
:src="`/img/banners/mastering-nuxt/bg-desktop.png`"
class="h-full hidden xl:inline-block"
class="h-full hidden max-w-none xl:inline-block"
alt="Banner Background"
/>
<img
:src="`/img/banners/mastering-nuxt/bg-tablet.png`"
class="h-full md:inline-block xl:hidden"
class="h-full hidden w-full md:inline-block xl:hidden"
alt="Banner Background"
/>
</div>
Expand Down

0 comments on commit 0cbd45d

Please sign in to comment.