feat(frontend): Add background pattern from hero patterns
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -3,7 +3,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<div class="hero min-h-screen bg-base-200">
|
<div class="hero min-h-screen">
|
||||||
<div class="hero-content flex-col lg:flex-row-reverse">
|
<div class="hero-content flex-col lg:flex-row-reverse">
|
||||||
<div class="text-center lg:text-left lg:p-10">
|
<div class="text-center lg:text-left lg:p-10">
|
||||||
<h1
|
<h1
|
||||||
@@ -11,8 +11,8 @@
|
|||||||
>
|
>
|
||||||
Wattpad Downloader
|
Wattpad Downloader
|
||||||
</h1>
|
</h1>
|
||||||
<p class="py-6">
|
<p class="py-6 text-lg">
|
||||||
Download your favourite books as EPUBs with a single click!
|
Download your favourite books with a single click!
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="card shrink-0 w-full max-w-sm shadow-2xl bg-base-100">
|
<div class="card shrink-0 w-full max-w-sm shadow-2xl bg-base-100">
|
||||||
|
|||||||
Reference in New Issue
Block a user