mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
overflow
This commit is contained in:
12
composer.lock
generated
12
composer.lock
generated
@@ -9391,16 +9391,16 @@
|
||||
},
|
||||
{
|
||||
"name": "spatie/laravel-package-tools",
|
||||
"version": "1.14.1",
|
||||
"version": "1.14.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/spatie/laravel-package-tools.git",
|
||||
"reference": "b477dd2f89d0751f0e51ffb3a70181f0bc7ab8df"
|
||||
"reference": "bab62023a4745a61170ad5424184533685e73c2d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/spatie/laravel-package-tools/zipball/b477dd2f89d0751f0e51ffb3a70181f0bc7ab8df",
|
||||
"reference": "b477dd2f89d0751f0e51ffb3a70181f0bc7ab8df",
|
||||
"url": "https://api.github.com/repos/spatie/laravel-package-tools/zipball/bab62023a4745a61170ad5424184533685e73c2d",
|
||||
"reference": "bab62023a4745a61170ad5424184533685e73c2d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -9439,7 +9439,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/spatie/laravel-package-tools/issues",
|
||||
"source": "https://github.com/spatie/laravel-package-tools/tree/1.14.1"
|
||||
"source": "https://github.com/spatie/laravel-package-tools/tree/1.14.2"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -9447,7 +9447,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2023-01-27T15:33:45+00:00"
|
||||
"time": "2023-03-14T16:41:21+00:00"
|
||||
},
|
||||
{
|
||||
"name": "spatie/laravel-permission",
|
||||
|
||||
@@ -3,8 +3,9 @@
|
||||
{{-- HEADER --}}
|
||||
<livewire:frontend.header :country="null"/>
|
||||
|
||||
<div class="font-article relative isolate bg-21gray px-6 py-24 sm:py-32 lg:overflow-visible lg:px-0">
|
||||
<div class="absolute inset-0 -z-10 opacity-10">
|
||||
<div class="lg:h-[985px] lg:overflow-y-auto">
|
||||
<div class="font-article overflow-hidden relative isolate bg-21gray px-6 py-24 sm:py-32 lg:overflow-visible lg:px-0">
|
||||
<div class="absolute inset-0 -z-10 opacity-10 overflow-hidden">
|
||||
<svg class="absolute top-0 left-[max(50%,25rem)] h-[64rem] w-[128rem] -translate-x-1/2 stroke-gray-200 [mask-image:radial-gradient(64rem_64rem_at_top,white,transparent)]" aria-hidden="true">
|
||||
<defs>
|
||||
<pattern id="e813992c-7d03-4cc4-a2bd-151760b470a0" width="200" height="200" x="50%" y="-1" patternUnits="userSpaceOnUse">
|
||||
@@ -287,6 +288,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{-- FOOTER --}}
|
||||
<livewire:frontend.footer/>
|
||||
|
||||
Reference in New Issue
Block a user