Jelajahi Sumber

push page style

zz 5 tahun lalu
induk
melakukan
9697a0f3c3
1 mengubah file dengan 3 tambahan dan 1 penghapusan
  1. 3 1
      resources/views/wap/customPushtransfer.blade.php

+ 3 - 1
resources/views/wap/customPushtransfer.blade.php

@@ -49,6 +49,8 @@
         }
 
         .next-chapter__btn {
+            display: block;
+            text-decoration: none;
             font-size: 14px;
             color: #1a1a1a;
             width: 80%;
@@ -76,7 +78,7 @@
             </p>
         @endforeach
     </div>
-    <div class="next-chapter__btn"><a href="{{$next_url}}">下一章</a></div>
+    <a class="next-chapter__btn" href="{{$next_url}}">下一章</a>
 </main>
 </body>
 </html>