Enhance responsiveness and layout across multiple components: Added new screen sizes in Tailwind configuration, improved padding and margins in various sections, and updated styles for better mobile compatibility. Adjusted header and footer designs for improved user experience.

This commit is contained in:
albivkt
2025-07-06 19:09:22 +03:00
parent 0c3fbb93af
commit 8550e6ecc5
21 changed files with 632 additions and 368 deletions

View File

@ -9,6 +9,7 @@ export default {
},
},
screens: {
xs: "320px",
sm: "480px",
md: "768px",
lg: "1028px",