feat(frontend): Prevent overflow on small screens

This commit is contained in:
TheOnlyWayUp
2024-12-07 13:41:29 +00:00
parent 174faafa0e
commit 3f7591b15c
+1 -1
View File
@@ -86,7 +86,7 @@
<div> <div>
<div class="hero min-h-screen"> <div class="hero min-h-screen">
<div <div
class="hero-content flex-col lg:flex-row-reverse bg-base-100/50 p-16 rounded shadow-sm" class="hero-content flex-col lg:flex-row-reverse bg-base-100/50 lg:p-16 py-32 rounded shadow-sm"
> >
{#if !after_download_page} {#if !after_download_page}
<div class="text-center lg:text-left lg:p-10"> <div class="text-center lg:text-left lg:p-10">