Browse Source

width screen

master
farhan 4 months ago
parent
commit
eb9fb50d67
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      resources/views/digital-card.blade.php

+ 1
- 1
resources/views/digital-card.blade.php View File

@@ -24,7 +24,7 @@
24 24
         <audio id="player" loop>
25 25
             <source src="{{ asset('assets/background-musicv2.mp3') }}" type="audio/mp3">
26 26
         </audio>
27
-        <div class="parent absolute h-screen w-full">
27
+        <div class="parent absolute h-screen w-screen">
28 28
             @include('components.front-cover')
29 29
         </div>
30 30
         <div class="section bg-babyblue min-h-screen flex justify-center items-center pb-20">

Loading…
Cancel
Save