This commit is contained in:
www-data
2024-09-05 08:29:01 +08:00
parent cec896abbf
commit 09af835f4e
3 changed files with 11 additions and 5 deletions

View File

@ -52,7 +52,9 @@
</div>
</div>
@endforeach
{{$video_list->links()}}
<div class="max-w xl:max-w-5xl lg:max-w-2xl md:max-w-lg mx-2 md:mx-auto">
{{$video_list->links()}}
</div>
@include("common.footer")
</body>
</html>