Refactor LoginComponent button text from 'Anmelden' to 'Login' and enhance CategoryList with mobile menu functionality, including collapsible categories and improved layout for mobile screens. Adjust Home component card heights for better responsiveness across devices.

This commit is contained in:
seb
2025-07-04 01:56:10 +02:00
parent 6afe2ca90f
commit 9fc4286b8e
3 changed files with 94 additions and 16 deletions

View File

@@ -407,7 +407,7 @@ const Home = () => {
color: "text.primary",
borderRadius: 2,
overflow: "hidden",
height: { xs: 250, sm: 300 },
height: { xs: 150, sm: 200, md: 300 },
display: "flex",
flexDirection: "column",
transition: "all 0.3s ease",
@@ -468,7 +468,7 @@ const Home = () => {
color: "text.primary",
borderRadius: 2,
overflow: "hidden",
height: { xs: 250, sm: 300 },
height: { xs: 150, sm: 200, md: 300 },
display: "flex",
flexDirection: "column",
boxShadow: 10,