fix: Sidebar stick to left. Fit content for different desktop viewports

This commit is contained in:
Hafid Nur
2025-03-27 23:17:43 +07:00
parent a4ca53004f
commit 46f3bd6014
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ export const Components: FC = (): ReactElement => {
<img
src="gacha.png"
alt=""
className="rounded-lg min-w-[436px] h-auto object-cover"
className="rounded-lg hidden xl:block xl:min-w-[436px] h-auto object-cover"
/>
</div>
</main>