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:
@ -9,6 +9,7 @@ export default {
|
||||
},
|
||||
},
|
||||
screens: {
|
||||
xs: "320px",
|
||||
sm: "480px",
|
||||
md: "768px",
|
||||
lg: "1028px",
|
||||
|
Reference in New Issue
Block a user