mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 18:24:03 +00:00
wip
This commit is contained in:
parent
8696ea497d
commit
0d4eff767c
1 changed files with 2 additions and 2 deletions
4
dist/index.html
vendored
4
dist/index.html
vendored
|
|
@ -13,7 +13,7 @@
|
||||||
content="A Laravel multi-database tenancy package that respects your code. You won't have to change a thing in your application's code.">
|
content="A Laravel multi-database tenancy package that respects your code. You won't have to change a thing in your application's code.">
|
||||||
</head>
|
</head>
|
||||||
<body class="antialiased font-sans w-full bg-indigo-100">
|
<body class="antialiased font-sans w-full bg-indigo-100">
|
||||||
<div class="fixed lg:flex hidden top-0 left-0 z-50 h-16 bg-indigo-700 w-full justify-between items-center px-40">
|
<div class="fixed xl:flex hidden top-0 left-0 z-50 h-16 bg-indigo-700 w-full justify-between items-center px-40">
|
||||||
<div class="font-bold text-2xl text-indigo-100 tracking-wide">
|
<div class="font-bold text-2xl text-indigo-100 tracking-wide">
|
||||||
<a href="#">stancl/tenancy</a>
|
<a href="#">stancl/tenancy</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -56,7 +56,7 @@
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<header class="relative lg:mt-16">
|
<header class="relative xl:mt-16">
|
||||||
<div class="overflow-hidden w-full xl:block hiddegn absolute top-0 left-0"> <!-- waves -->
|
<div class="overflow-hidden w-full xl:block hiddegn absolute top-0 left-0"> <!-- waves -->
|
||||||
<div class="bg-indigo-700 h-48 -mx-10"></div>
|
<div class="bg-indigo-700 h-48 -mx-10"></div>
|
||||||
<svg class="pt-64 -mx-10 h-full -my-1 bg-indigo-700" viewBox="0 0 1440 320">
|
<svg class="pt-64 -mx-10 h-full -my-1 bg-indigo-700" viewBox="0 0 1440 320">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue