feat(frontend): Add background pattern from hero patterns

This commit is contained in:
TheOnlyWayUp
2024-06-25 17:00:24 +00:00
parent a53e61116d
commit a487a3ed47
2 changed files with 11 additions and 3 deletions
File diff suppressed because one or more lines are too long
+3 -3
View File
@@ -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">