mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
feat: add horizontal ad banners to various pages
This commit is contained in:
@@ -9,11 +9,11 @@
|
||||
|
||||
<x-emotes.searchbar />
|
||||
|
||||
<div class="container flex items-center justify-center p-4 mx-auto mt-3">
|
||||
<div class="flex justify-center my-4">
|
||||
<x-ads.horizontal-banner />
|
||||
</div>
|
||||
|
||||
<div class="hidden md:block md:mr-6">
|
||||
<x-ads.vertical-banner />
|
||||
</div>
|
||||
<div class="container flex items-center justify-center p-4 mx-auto mt-3">
|
||||
|
||||
<div class="grid grid-cols-2 gap-6 md:grid-cols-3 lg:grid-cols-6">
|
||||
|
||||
@@ -38,5 +38,8 @@
|
||||
@endforeach
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex justify-center my-4">
|
||||
<x-ads.horizontal-banner />
|
||||
</div>
|
||||
{{ $emotes->links() }}
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user